Skip to content

Commit 53bb85f

Browse files
committed
Change project name
1 parent 980daf5 commit 53bb85f

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
>simple for of petite-vue, I made it for feauters I needed in my project because development of petite-vue in active.
2+
13
# petite-vue
24

35
`petite-vue` is an alternative distribution of [Vue](https://vuejs.org) optimized for [progressive enhancement](https://developer.mozilla.org/en-US/docs/Glossary/Progressive_Enhancement). It provides the same template syntax and reactivity mental model as standard Vue. However, it is specifically optimized for "sprinkling" a small amount of interactions on an existing HTML page rendered by a server framework. See more details on [how it differs from standard Vue](#comparison-with-standard-vue).

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "petite-vue",
3-
"version": "0.4.1",
2+
"name": "super-vue",
3+
"version": "0.4.2",
44
"description": "5kb subset of Vue optimized for progressive enhancement",
55
"files": [
66
"dist"
@@ -24,17 +24,17 @@
2424
},
2525
"repository": {
2626
"type": "git",
27-
"url": "git+https://github.com/vuejs/petite-vue.git"
27+
"url": "git+https://github.com/wusaby-rush/super-vue.git"
2828
},
2929
"keywords": [
3030
"vue"
3131
],
3232
"author": "Evan You",
3333
"license": "MIT",
3434
"bugs": {
35-
"url": "https://github.com/vuejs/petite-vue/discussions"
35+
"url": "https://github.com/wusaby-rush/super-vue/discussions"
3636
},
37-
"homepage": "https://github.com/vuejs/petite-vue#readme",
37+
"homepage": "https://github.com/wusaby-rush/super-vue#readme",
3838
"devDependencies": {
3939
"@vue/reactivity": "^3.2.27",
4040
"@vue/shared": "^3.2.27",

0 commit comments

Comments
 (0)