Fix tooling for the example

Apparently we do need opn-cli.
This commit is contained in:
Behind The Math
2018-01-15 16:36:29 -05:00
parent 6fa51e58f8
commit 36ed7079b1

View File

@@ -28,6 +28,7 @@
"jshint": "^2.5.6", "jshint": "^2.5.6",
"npmpub": "^3.1.0", "npmpub": "^3.1.0",
"nyc": "^11.4.1", "nyc": "^11.4.1",
"opn-cli": "^3.1.0",
"serve": "^6.4.4", "serve": "^6.4.4",
"tap-nyc": "^1.0.3", "tap-nyc": "^1.0.3",
"tap-spec": "^4.1.1", "tap-spec": "^4.1.1",
@@ -41,7 +42,7 @@
"test": "npm run lint && npm run tests | tap-spec", "test": "npm run lint && npm run tests | tap-spec",
"coverage-tests": "npm run tests | tap-nyc", "coverage-tests": "npm run tests | tap-nyc",
"coverage": "nyc -x \"tests/**\" npm run coverage-tests", "coverage": "nyc -x \"tests/**\" npm run coverage-tests",
"example": "serve -o -p 3000 ./example", "example": "opn http://localhost:3000/example/ && serve -p 3000 .",
"prepublish": "npm run standalone", "prepublish": "npm run standalone",
"release": "npmpub" "release": "npmpub"
} }