We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fe5d0a commit 5d7688fCopy full SHA for 5d7688f
package.json
@@ -4,7 +4,7 @@
4
"description": "floating layer component",
5
"main": "index.js",
6
"scripts": {
7
- "test": "npm run bundle && karma start",
+ "test": "npm run bundle && karma start karma.conf.private.js",
8
"bundle": "cp src/floatingLayer.css ./floatinglayer.css && browserify index.js -o floatinglayer.js -t babelify && uglifyjs floatinglayer.js -c -m -o floatinglayer.min.js",
9
"doc": "./node_modules/.bin/jsdoc -c jsdoc-conf.json -t node_modules/fedoc-template"
10
},
0 commit comments