Skip to content

Commit 4e74d84

Browse files
committed
adjust pkg.json
1 parent 7667c14 commit 4e74d84

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
{
2-
"name": "@bedard/vue-forward",
3-
"version": "1.1.5",
4-
"description": "",
5-
"main": "index.js",
6-
"scripts": {
7-
"build:versions": "(cd versions/2.7 && vite build) && (cd versions/3 && vite build)",
8-
"build": "vite build",
9-
"coverage": "vitest run --coverage",
10-
"test": "vitest"
11-
},
12-
"type": "module",
132
"author": "Scott Bedard",
14-
"license": "MIT",
3+
"description": "The missing createApp function from Vue 2.7",
154
"devDependencies": {
165
"@bedard/vue-forward-2": "file:versions/2.7",
176
"@bedard/vue-forward-3": "file:versions/3",
@@ -29,6 +18,11 @@
2918
"vue3": "npm:vue@^3.4.0",
3019
"vuex": "^3.0.0"
3120
},
21+
"license": "MIT",
22+
"main": "vue-forward.js",
23+
"name": "@bedard/vue-forward",
24+
"type": "module",
25+
"version": "1.1.5",
3226
"peerDependencies": {
3327
"vue-router": "^3.0.0",
3428
"vuex": "^3.0.0"
@@ -40,5 +34,11 @@
4034
"vuex": {
4135
"optional": true
4236
}
37+
},
38+
"scripts": {
39+
"build:versions": "(cd versions/2.7 && vite build) && (cd versions/3 && vite build)",
40+
"build": "vite build",
41+
"coverage": "vitest run --coverage",
42+
"test": "vitest"
4343
}
4444
}

0 commit comments

Comments
 (0)