Skip to content

Commit d27146c

Browse files
committed
chore: update package.json for initial release
1 parent 8dc64c7 commit d27146c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"version": "1.0.0-alpha.1",
44
"description": "QScroller App Extension",
55
"author": "Hawkeye64 <jeff@quasar-framework.org>",
6-
"license": "MIT",
76
"main": "src/index.js",
87
"scripts": {
98
"lint": "eslint --ext .js,.vue src",
@@ -17,11 +16,14 @@
1716
"url": "git+https://github.com/quasarframework/app-extension-qscroller.git"
1817
},
1918
"homepage": "https://github.com/quasarframework/app-extension-qscroller",
19+
"license": "MIT",
2020
"keywords": [
2121
"quasar",
2222
"app",
2323
"app extension",
2424
"extension",
25+
"pickers",
26+
"selection",
2527
"date",
2628
"time",
2729
"range"
@@ -31,6 +33,9 @@
3133
"npm": ">= 5.6.0",
3234
"yarn": ">= 1.6.0"
3335
},
36+
"publishConfig": {
37+
"access": "public"
38+
},
3439
"devDependencies": {
3540
"@vue/eslint-config-standard": "^4.0.0",
3641
"babel-eslint": "^10.0.1",

0 commit comments

Comments
 (0)