Skip to content

Commit

Permalink
Bump for NR 0.20.0 and 0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
knolleary committed Mar 21, 2019
1 parent 249074d commit f3cc9ea
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 89 deletions.
181 changes: 98 additions & 83 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-node-test-helper",
"version": "0.1.8",
"version": "0.2.0",
"description": "A test framework for Node-RED nodes",
"main": "index.js",
"scripts": {
Expand All @@ -13,18 +13,18 @@
"url": "https://github.com/node-red/node-red-node-test-helper.git"
},
"dependencies": {
"express": "4.16.2",
"express": "4.16.4",
"read-pkg-up": "3.0.0",
"semver": "5.5.1",
"semver": "5.6.0",
"should": "^13.2.1",
"should-sinon": "0.0.6",
"sinon": "5.0.3",
"stoppable": "1.0.6",
"stoppable": "1.1.0",
"supertest": "3.0.0",
"when": "3.7.8"
},
"peerDependencies": {
"node-red": "~0.18.4"
"node-red": "~0.20.0"
},
"devDependencies": {
"mocha": "~5.0.4"
Expand All @@ -49,6 +49,6 @@
"node"
],
"engines": {
"node": ">=4"
"node": ">=8"
}
}

0 comments on commit f3cc9ea

Please sign in to comment.