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 3851620 commit 33759b6Copy full SHA for 33759b6
package.json
@@ -44,9 +44,8 @@
44
"compress": "uglifyjs dist/jquery-cropper.js -o dist/jquery-cropper.min.js -c -m --comments /^!/",
45
"lint": "eslint src/js --fix",
46
"release": "npm run clear && npm run lint && npm run build && npm run compress && npm test",
47
- "start": "npm-run-all --parallel watch:*",
48
- "test": "karma start test/karma.conf.js",
49
- "watch": "rollup -c -m -w"
+ "start": "rollup -c -m -w",
+ "test": "karma start test/karma.conf.js"
50
},
51
"devDependencies": {
52
"@commitlint/cli": "^6.1.3",
0 commit comments