Skip to content

Commit

Permalink
minify
Browse files Browse the repository at this point in the history
  • Loading branch information
byjg committed Oct 21, 2017
1 parent caff2a2 commit a86caef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yaj-sse",
"version": "0.3.0",
"version": "0.2.1",
"description": "Yaj Plugin for Server-Sent Events (SSE) EventSource Polyfill",
"main": "yaj-sse.js",
"directories": {
Expand All @@ -9,7 +9,7 @@
"scripts": {
"minify-yaj": "./node_modules/.bin/uglifyjs --compress 'drop_console,drop_debugger' --mangle -o yaj-sse.min.js yaj-sse.js",
"minify": "npm run minify-yaj",
"publish-patch": "npm test && npm run minify-yaj && git add yaj.min.* && git commit -m 'minify' && npm version patch && git push && git push --tags && npm publish"
"publish-patch": "npm run minify-yaj && git add yaj-*.min.* && git commit -m 'minify' && npm version patch && git push && git push --tags && npm publish"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion yaj-sse.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a86caef

Please sign in to comment.