Skip to content

Commit

Permalink
Merge pull request #38 from apiaryio/kubula/bump_with_commonmark
Browse files Browse the repository at this point in the history
bump version to 0.9.0
  • Loading branch information
kuba-kubula authored Aug 10, 2016
2 parents f5edcab + 178a5d0 commit 0b838db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apiaryio/metamorphoses",
"version": "0.8.1",
"version": "0.9.0",
"description": "Transforms API Blueprint AST or legacy Apiary Blueprint AST into Apiary Application AST",
"main": "./lib/metamorphoses",
"scripts": {
Expand All @@ -13,8 +13,8 @@
"prepublish": "npm run compile"
},
"engines": {
"node": "",
"npm": ""
"node": "0.10.x",
"npm": "2.15.x"
},
"repository": {
"type": "git",
Expand All @@ -41,7 +41,7 @@
"coffeelint": "^1.11.1",
"drafter": "^0.2.8",
"mocha": "^2.3.0",
"protagonist": "1.3.2",
"protagonist": "1.4.1",
"sinon": "^1.17.2"
}
}

0 comments on commit 0b838db

Please sign in to comment.