Skip to content

Commit 4262f70

Browse files
committed
💎 Release new version 1.0.4
Fixes #19
1 parent 137c70e commit 4262f70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-parallaxy",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Vue 2 component for parallax scrolling effects",
55
"author": "Jakub Juszczak <[email protected]>",
66
"license": "MIT",
@@ -31,7 +31,7 @@
3131
"test": "npm run unit",
3232
"lint": "eslint --ext .js,.vue src test/unit/specs",
3333
"release": "webpack --progress --hide-modules --config ./build/webpack.release.js && NODE_ENV=production webpack --progress --hide-modules --config ./build/webpack.release.min.js",
34-
"prepublish": "yarn run lint && yarn run build"
34+
"prepublishOnly": "yarn run lint && yarn run build"
3535
},
3636
"devDependencies": {
3737
"@nextindex/next-scss": "^1.1.0",

0 commit comments

Comments
 (0)