chefcookie 2.6.6 → 2.6.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chefcookie",
3
- "version": "2.6.6",
3
+ "version": "2.6.7",
4
4
  "main": "_build/script.js",
5
5
  "files": [
6
6
  "_build/*.js",
@@ -12,7 +12,7 @@
12
12
  "description": "",
13
13
  "scripts": {
14
14
  "js:browserify": "browserify ./_js/script.js --outfile ./chefcookie.min.js --debug --transform babelify",
15
- "js:minify": "terser --compress --mangle --output ./chefcookie.min.js ./chefcookie.min.js",
15
+ "js:minify": "terser --compress --mangle --comments false --output ./chefcookie.min.js ./chefcookie.min.js",
16
16
  "js:babel": "npx babel ./_js/ --out-dir ./_build/",
17
17
  "js": "npm-run-all --sequential js:browserify js:minify js:babel",
18
18
  "js:dev": "npm-run-all --sequential js:browserify js:babel",