|
|
@ -77,7 +77,7 @@ |
|
|
|
"test": "karma start", |
|
|
|
"test": "karma start", |
|
|
|
"analyze": "grunt analyze", |
|
|
|
"analyze": "grunt analyze", |
|
|
|
"dev": "npm-run-all --parallel grunt webpack:dev", |
|
|
|
"dev": "npm-run-all --parallel grunt webpack:dev", |
|
|
|
"prepublish": "node ./lib/prepublish/prepublish.js" |
|
|
|
"prepublish": "npm run build && node ./lib/prepublish/prepublish.js" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"repository": { |
|
|
|
"repository": { |
|
|
|
"type": "git", |
|
|
|
"type": "git", |
|
|
|