@firebase/component 0.6.4-canary.e642fc7cd → 0.6.4-canary.e9ff107ee
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.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firebase/component",
|
|
3
|
-
"version": "0.6.4-canary.
|
|
3
|
+
"version": "0.6.4-canary.e9ff107ee",
|
|
4
4
|
"description": "Firebase Component Platform",
|
|
5
5
|
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
|
|
6
6
|
"main": "dist/index.cjs.js",
|
|
@@ -25,14 +25,14 @@
|
|
|
25
25
|
"build": "rollup -c",
|
|
26
26
|
"build:deps": "lerna run --scope @firebase/component --include-dependencies build",
|
|
27
27
|
"dev": "rollup -c -w",
|
|
28
|
-
"test": "run-p lint test:all",
|
|
29
|
-
"test:all": "run-p test:browser test:node",
|
|
28
|
+
"test": "run-p --npm-path npm lint test:all",
|
|
29
|
+
"test:all": "run-p --npm-path npm test:browser test:node",
|
|
30
30
|
"test:ci": "node ../../scripts/run_tests_in_ci.js -s test:all",
|
|
31
31
|
"test:browser": "karma start --single-run",
|
|
32
32
|
"test:node": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha src/**/*.test.ts --config ../../config/mocharc.node.js"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@firebase/util": "1.9.3-canary.
|
|
35
|
+
"@firebase/util": "1.9.3-canary.e9ff107ee",
|
|
36
36
|
"tslib": "^2.1.0"
|
|
37
37
|
},
|
|
38
38
|
"license": "Apache-2.0",
|