|
@@ -15,7 +15,8 @@ |
|
|
"scripts": { |
|
|
"scripts": { |
|
|
"test": "echo \"Error: no test specified\" && exit 1", |
|
|
"test": "echo \"Error: no test specified\" && exit 1", |
|
|
"watch": "rollup -c --watch", |
|
|
"watch": "rollup -c --watch", |
|
|
"dev": "npm-run-all --parallel watch" |
|
|
|
|
|
|
|
|
"dev": "npm-run-all --parallel watch", |
|
|
|
|
|
"build": "rollup -c" |
|
|
}, |
|
|
}, |
|
|
"repository": { |
|
|
"repository": { |
|
|
"type": "git", |
|
|
"type": "git", |
|
|