Skip to content

Commit

Permalink
chore: update package.json for initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye64 committed May 10, 2019
1 parent 8dc64c7 commit d27146c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "1.0.0-alpha.1",
"description": "QScroller App Extension",
"author": "Hawkeye64 <[email protected]>",
"license": "MIT",
"main": "src/index.js",
"scripts": {
"lint": "eslint --ext .js,.vue src",
Expand All @@ -17,11 +16,14 @@
"url": "git+https://github.com/quasarframework/app-extension-qscroller.git"
},
"homepage": "https://github.com/quasarframework/app-extension-qscroller",
"license": "MIT",
"keywords": [
"quasar",
"app",
"app extension",
"extension",
"pickers",
"selection",
"date",
"time",
"range"
Expand All @@ -31,6 +33,9 @@
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
Expand Down

0 comments on commit d27146c

Please sign in to comment.