Skip to content

Commit 095af5d

Browse files
fix: make some minor updates (#226)
1 parent 278dc9c commit 095af5d

File tree

3 files changed

+72
-72
lines changed

3 files changed

+72
-72
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
tests:
44
docker:
5-
- image: circleci/node:12
5+
- image: cimg/node:12.22.11
66
steps:
77
- checkout
88
- run: npm ci

package-lock.json

Lines changed: 68 additions & 68 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build-prod": "node ./scripts/build-prod.js",
99
"lint": "eslint --fix src/*.jsx",
1010
"precommit": "npm run lint",
11-
"prepublish": "npm run build-prod",
11+
"prepublishOnly": "npm run build-prod",
1212
"design": "node ./scripts/design.js --port 8888",
1313
"watch": "node ./scripts/watch.js",
1414
"test": "node ./scripts/test.js",
@@ -55,7 +55,7 @@
5555
"peerDependencies": {
5656
"lodash": "^4.17.11",
5757
"prop-types": "^15.7.2",
58-
"react": "^16.8.6",
59-
"react-dom": "^16.8.6"
58+
"react": ">= 16",
59+
"react-dom": ">= 16"
6060
}
6161
}

0 commit comments

Comments
 (0)