We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f38f6f3 commit 7d483ddCopy full SHA for 7d483dd
package.json
@@ -25,7 +25,7 @@
25
"lint": "eslint --ext .js,.jsx .",
26
"test": "cross-env NODE_ENV=test mocha --reporter progress --compilers js:babel-core/register --require ignore-styles --recursive \"./components/**/*.spec.js\"",
27
"test:watch": "npm run test -- --watch",
28
- "build-navbar": "webpack --config navbar.webpack.config.coffee; cp index.html dist/",
+ "build-navbar": "webpack --config navbar.webpack.config.coffee; cp index.html dist/"
29
},
30
"dependencies": {
31
"appirio-styles": "0.0.25",
0 commit comments