Skip to content

Commit 3f5e456

Browse files
committed
Change npm package name to vue-parallaxy because duplication
1 parent 5e74226 commit 3f5e456

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# vue-parallax
1+
# vue-parallaxy
22

33
Is a compontent for fast 60fps parallax scroll effects in vue 2.
44

@@ -8,7 +8,7 @@ Is a compontent for fast 60fps parallax scroll effects in vue 2.
88

99
## Install
1010

11-
`npm install vue-parallax` or `yarn add vue-parallax`
11+
`npm install vue-parallaxy` or `yarn add vue-parallaxy`
1212

1313
## Usage
1414
*vue-parallax* works with slots. So you can pass an image or even srcsets for better mobile experiences.
@@ -23,7 +23,7 @@ Is a compontent for fast 60fps parallax scroll effects in vue 2.
2323
</template>
2424

2525
<script>
26-
import Parallax from 'vue-parallax'
26+
import Parallax from 'vue-parallaxy'
2727
export default {
2828
components: {
2929
Parallax

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "vue-parallax",
3-
"version": "0.1.0",
4-
"description": "Parallax Header for vue",
2+
"name": "vue-parallaxy",
3+
"version": "0.1.1",
4+
"description": "Vue 2 component for parallax scrolling effects",
55
"author": "Jakub Juszczak <[email protected]>",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)