Skip to content

Commit c26e29a

Browse files
author
Ilya Radchenko
authored
v1.0.0
- 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
1 parent b950d41 commit c26e29a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strider-node",
3-
"version": "0.7.1",
3+
"version": "1.0.0",
44
"description": "Run Nodejs tests in Strider",
55
"main": "worker.js",
66
"scripts": {

0 commit comments

Comments
 (0)