Skip to content

Commit

Permalink
The quotes break tests on windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
octalmage committed Feb 25, 2018
1 parent 0ebd39e commit 1f80fb1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"test": "jasmine 'test/**/*.js'",
"test": "run-script-os",
"test:darwin:linux": "jasmine 'test/**/*.js'",
"test:win32": "jasmine test/**/*.js",
"install": "prebuild-install || node-gyp rebuild"
},
"repository": {
Expand Down Expand Up @@ -43,6 +45,7 @@
"devDependencies": {
"jasmine": "^2.99.0",
"prebuild": "v6.1.0",
"run-script-os": "^1.0.3",
"targetpractice": "0.0.7"
}
}

0 comments on commit 1f80fb1

Please sign in to comment.