Skip to content

Commit 4d46e23

Browse files
committed
Changed repo name
1 parent d2783a9 commit 4d46e23

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# vue-filters
1+
# vue2-filters
22

33
The list of standard filters Vue.js 1.* adapted for use in Vue.js 2.*
44

@@ -7,14 +7,14 @@ The list of standard filters Vue.js 1.* adapted for use in Vue.js 2.*
77
### NPM
88

99
```
10-
npm install vue-filters
10+
npm install vue2-filters
1111
```
1212

1313
### Direct include
1414

1515
```html
1616
<script src="vue.js"></script>
17-
<script src="vue-filters.min.js"></script>
17+
<script src="vue2-filters.min.js"></script>
1818
```
1919

2020
## Usage
@@ -150,7 +150,7 @@ Use a different number decimal places:
150150

151151
## Contribution
152152

153-
If you find a bug or want to contribute to the code or documentation, you can help by submitting an [issue](https://github.com/freearhey/vue-filters/issues) or a [pull request](https://github.com/freearhey/vue-filters/pulls).
153+
If you find a bug or want to contribute to the code or documentation, you can help by submitting an [issue](https://github.com/freearhey/vue2-filters/issues) or a [pull request](https://github.com/freearhey/vue2-filters/pulls).
154154

155155
## License
156156

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "vue-filters",
2+
"name": "vue2-filters",
33
"version": "0.1.0",
44
"description": "The list of standard filters Vue.js 1.* adapted for use in Vue.js 2.*",
55
"main": "dist/vue-filters.js",

0 commit comments

Comments
 (0)