@firebase/logger 0.4.0-canary.e642fc7cd → 0.4.0-canary.e8ff8b898

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/logger",
3
- "version": "0.4.0-canary.e642fc7cd",
3
+ "version": "0.4.0-canary.e8ff8b898",
4
4
  "description": "A logger package for use in the Firebase JS SDK",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "main": "dist/index.cjs.js",
@@ -24,9 +24,9 @@
24
24
  "build": "rollup -c",
25
25
  "build:deps": "lerna run --scope @firebase/logger --include-dependencies build",
26
26
  "dev": "rollup -c -w",
27
- "test": "run-p lint test:all",
27
+ "test": "run-p --npm-path npm lint test:all",
28
28
  "test:ci": "node ../../scripts/run_tests_in_ci.js -s test:all",
29
- "test:all": "run-p test:browser test:node",
29
+ "test:all": "run-p --npm-path npm test:browser test:node",
30
30
  "test:browser": "karma start --single-run",
31
31
  "test:browser:debug": "karma start --browsers Chrome --auto-watch",
32
32
  "test:node": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha test/**/*.test.* --config ../../config/mocharc.node.js"