1
Fork 0

more pkg fields

This commit is contained in:
Conduitry 2019-02-04 06:47:32 -05:00
parent 86a584ddfa
commit ea6dcfc40b
1 changed files with 11 additions and 1 deletions

View File

@ -1,6 +1,16 @@
{
"name": "svelte-dynamic-router",
"version": "0.0.0",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"svelte": "src/index.js",
"files": [
"dist",
"src"
],
"scripts": {
"build": "rollup -c"
"build": "rollup -c",
"prepare": "npm run build"
},
"devDependencies": {
"rollup": "^1.1.0",