Skip to content

Commit

Permalink
prepare release v0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Quramy committed Jul 27, 2015
1 parent a1be1ff commit cc09dd7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
@@ -1,17 +1,16 @@
{
"name": "tsuquyomi",
"version": "0.4.4",
"version": "0.4.6",
"description": "Vim plugin for typescript",
"main": "index.js",
"directories": {
"test": "test"
"test": "vest"
},
"repository": "https://github.com/Quramy/tsuquyomi.git",
"devDependencies": {
"typescript": "1.5.3"
},
"scripts": {
"test": "echo \"Error: no test specified\""
"test": "sh runtest.sh"
},
"author": "Quramy",
"license": "MIT"
Expand Down

0 comments on commit cc09dd7

Please sign in to comment.