Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
drom committed Feb 14, 2024
1 parent 9a5eaff commit 1aa4f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -26,7 +26,7 @@
"eslint": "eslint lib test",
"nyc": "nyc -r=lcov -r=text mocha test",
"unpkg": "browserify --standalone waveql lib/index.js > waveql.unpkg.js",
"unpkg.min": "terser --compress --mengle -- waveql.unpkg.js > waveql.unpkg.min.js",
"unpkg.min": "terser --compress --mengle -- waveql.unpkg.js > waveql.unpkg.min.js"
},
"_scripts": {
"prepare": "npm run unpkg && npm run unpkg.min"
Expand Down

0 comments on commit 1aa4f31

Please sign in to comment.