Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
deepred5 committed Apr 1, 2019
1 parent 4bd4f5d commit 4f27e6b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "daily anime",
"description": "A extension for daily anime",
"icon": "daily-anime-icon.jpg",
"version": "1.1.0",
"version": "1.2.0",
"engines": {
"vscode": "^1.31.0"
},
Expand Down Expand Up @@ -64,7 +64,8 @@
"postinstall": "node ./node_modules/vscode/bin/install",
"test": "npm run compile && node ./node_modules/vscode/bin/test",
"build:sass": "gulp",
"view": "http-server ./template/ -p 4444 -c-1"
"view": "http-server ./template/ -p 4444 -c-1",
"package": "vsce package"
},
"devDependencies": {
"@types/mocha": "^2.2.42",
Expand Down

0 comments on commit 4f27e6b

Please sign in to comment.