Skip to content

Commit

Permalink
bump: project version
Browse files Browse the repository at this point in the history
  • Loading branch information
anavicente committed Sep 24, 2020
1 parent 847be02 commit 94b1359
Show file tree
Hide file tree
Showing 2 changed files with 4 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.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "peekaboo",
"version": "1.0.2",
"version": "1.0.3",
"description": "JavaScript helper for viewport based CSS animations",
"main": "dist/peekaboo.min.js",
"repository": {
Expand All @@ -9,6 +9,8 @@
},
"scripts": {
"uglify": "mkdir -p dist && ./node_modules/.bin/uglifyjs ./src/peekaboo.js -o ./dist/peekaboo.min.js --comments -m -c ",
"prepublishOnly": "npm run-script build",
"prepare": "npm run-script build",
"build": "npm run uglify"
},
"keywords": [
Expand Down

0 comments on commit 94b1359

Please sign in to comment.