Add package.json (yes, this is now on npm)
This commit is contained in:
parent
ee88c467ee
commit
ee51af8176
1 changed files with 6 additions and 0 deletions
6
package.json
Normal file
6
package.json
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"name": "skooma",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"module": "skooma.js",
|
||||||
|
"type": "module"
|
||||||
|
}
|
Loading…
Reference in a new issue