10000 chore: typo on unpkg · vuejs/composition-api@6b9b33c · GitHub
[go: up one dir, main page]

Skip to content

Commit 6b9b33c

Browse files
committed
chore: typo on unpkg
fixes #463
1 parent 8ad9d05 commit 6b9b33c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"main": "index.js",
1515
"module": "dist/vue-composition-api.esm.js",
16-
"unpkg": "dist/vue-composition-ap.prod.js",
16+
"unpkg": "dist/vue-composition-api.prod.js",
1717
"jsdelivr": "dist/vue-composition-api.prod.js",
1818
"typings": "dist/index.d.ts",
1919
"author": {

0 commit comments

Comments
 (0)
0