Skip to content

Commit

Permalink
remove use of cross-env, for now
Browse files Browse the repository at this point in the history
  • Loading branch information
75lb committed Jul 15, 2021
1 parent e9ad81a commit 99c98f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 30 deletions.
28 changes: 0 additions & 28 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"scripts": {
"test": "test-runner test/*.mjs test/internals/*.mjs",
"cover": "cross-env TESTOPEN=true c8 -r html -r text npm test && c8 report --reporter=text-lcov | coveralls",
"cover": "TESTOPEN=true c8 -r html -r text npm test && c8 report --reporter=text-lcov | coveralls",
"docs": "jsdoc2md -c jsdoc.conf lib/middleware-plugin.mjs > doc/middleware-plugin.md && jsdoc2md -c jsdoc.conf --private index.mjs > doc/lws.md && jsdoc2md -c jsdoc.conf lib/view/view-plugin.mjs > doc/view-plugin.md && jsdoc2md -c jsdoc.conf lib/config.mjs > doc/config.md"
},
"files": [
Expand Down Expand Up @@ -56,7 +56,6 @@
"devDependencies": {
"c8": "^7.7.3",
"coveralls": "^3.1.1",
"cross-env": "^7.0.3",
"jsdoc-to-markdown": "^7.0.1",
"lws-static": "^2.0.0",
"node-fetch": "^2.6.1",
Expand Down

0 comments on commit 99c98f2

Please sign in to comment.