hello-lights 0.3.8 → 0.3.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +6 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hello-lights",
3
- "version": "0.3.8",
3
+ "version": "0.3.9",
4
4
  "description": "Commands to control a traffic light",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -16,7 +16,7 @@
16
16
  "build:doc": "jsdoc src -c jsdoc.json",
17
17
  "build:web": "npm run peg && npm run browserify && npm run build:doc",
18
18
  "doc": "npm run build:doc && open-cli web/doc/index.html",
19
- "lint": "coffeelint -f coffeelint.json test && eslint src web dev",
19
+ "lint": "coffeelint -f coffeelint.json test && eslint src web",
20
20
  "peg": "pegjs -o src/commands/peg-parser.js src/commands/grammar.pegjs && pegjs -o src/commands/doc-peg-parser.js src/commands/doc-grammar.pegjs && pegjs -o src/commands/formatter-peg-parser.js src/commands/formatter-grammar.pegjs",
21
21
  "mocha-solo": "mocha --require coffeescript/register",
22
22
  "mocha-grep": "mocha --require coffeescript/register \"test/**/*.coffee\" --grep",
@@ -31,23 +31,22 @@
31
31
  "web": "open-cli web/index.html",
32
32
  "cpy-lib": "cpy \"**/*.*\" \"!*.pegjs\" ../lib/ --cwd=src --parents",
33
33
  "prepublishOnly": "npm run cpy-lib",
34
- "dev:install": "cd dev && npm install",
35
34
  "precli": "npm run cpy-lib",
36
35
  "cli": "node cli.js"
37
36
  },
38
37
  "devDependencies": {
39
- "browserify": "^16.5.2",
38
+ "browserify": "^17.0.1",
40
39
  "chai": "^4.3.4",
41
40
  "chai-as-promised": "^7.1.1",
42
41
  "chai-string": "^1.5.0",
43
42
  "coffeelint": "^2.1.0",
44
43
  "coffeescript": "^2.5.1",
45
- "cpy-cli": "^3.1.1",
44
+ "cpy-cli": "^7.0.0",
46
45
  "docdash": "^1.2.0",
47
46
  "eslint": "^6.8.0",
48
47
  "jsdoc": "^3.6.6",
49
- "mocha": "^7.2.0",
50
- "nyc": "^15.1.0",
48
+ "mocha": "^11.7.5",
49
+ "nyc": "^17.1.0",
51
50
  "open-cli": "^6.0.1",
52
51
  "pegjs": "^0.10.0",
53
52
  "sinon": "^9.2.4"