Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
- Remove npm and n dependencies
- Fix license
- Fix tests and code cleanup
- Don't check for package.json (always run npm install first)
- Only run npm install in docker (skip cache)
- Allow replacing npm before running install
- linting
  • Loading branch information
Ilya Radchenko committed Jul 20, 2016
1 parent b950d41 commit c26e29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "strider-node",
"version": "0.7.1",
"version": "1.0.0",
"description": "Run Nodejs tests in Strider",
"main": "worker.js",
"scripts": {
Expand Down

0 comments on commit c26e29a

Please sign in to comment.