Skip to content

Commit bbc121c

Browse files
Apply suggestions from code review
Co-authored-by: Feiyang <[email protected]>
1 parent 0af33d4 commit bbc121c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

packages-exp/installations-exp/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@firebase/installations-exp",
3-
"version": "0.1.0",
3+
"version": "0.0.800",
44
"private": true,
55
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
66
"main": "dist/index.cjs.js",
@@ -15,7 +15,7 @@
1515
"lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
1616
"lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
1717
"build": "rollup -c",
18-
"build:deps": "lerna run --scope @firebase/'{app-exp,installations-exp}' --include-dependencies build",
18+
"build:deps": "lerna run --scope @firebase/installations-exp --include-dependencies build",
1919
"dev": "rollup -c -w",
2020
"test": "yarn type-check && yarn test:karma && yarn lint",
2121
"test:ci": "node ../../scripts/run_tests_in_ci.js",
@@ -36,6 +36,7 @@
3636
"url": "https://github.com/firebase/firebase-js-sdk/issues"
3737
},
3838
"devDependencies": {
39+
"@firebase/app-exp": "0.0.800",
3940
"rollup": "2.23.0",
4041
"rollup-plugin-commonjs": "10.1.0",
4142
"rollup-plugin-json": "4.0.0",

packages-exp/installations-types-exp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@firebase/installations-types-exp",
33
"private": true,
4-
"version": "0.1.0",
4+
"version": "0.0.800",
55
"description": "@firebase/installations-exp Types",
66
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)