Skip to content

Commit

Permalink
Ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
maitanwebikejp committed Feb 18, 2019
1 parent e057685 commit a2075df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "@shinsenter/defer.js",
"version": "1.0.5",
"version": "1.0.6",
"description": "defer.js by shinsenter is a super tiny script to efficiently load JavaScript. Extended version supports CSS files, images and iframes. They are all easy to use.",
"main": "defer_plus.min.js",
"scripts": {
"dist": "uglifyjs ./.src/defer.js -c -m --comments /^!/ --verbose -o defer.min.js",
"plus": "uglifyjs ./.src/defer.js ./.src/extensions.js -c -m --comments /^!/ --verbose -o defer_plus.min.js",
"demo": "html-minifier ./.src/demo.html -o demo.html --collapse-whitespace --remove-comments --remove-optional-tags --remove-redundant-attributes --remove-script-type-attributes --remove-tag-whitespace --use-short-doctype --minify-css true --minify-js true",
"all": "npm run dist && npm run plus && npm run demo",
"deploy": "npm publish --access=public",
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit a2075df

Please sign in to comment.