We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00a697a commit adfce03Copy full SHA for adfce03
3 files changed
.changeset/config.json
@@ -0,0 +1,8 @@
1
+{
2
+ "$schema": "https://unpkg.com/@changesets/config@1.0.0/schema.json",
3
+ "changelog": "@changesets/cli/changelog",
4
+ "commit": false,
5
+ "linked": [],
6
+ "access": "restricted",
7
+ "baseBranch": "master"
8
+}
package.json
@@ -44,6 +44,7 @@
44
"react": "^16.3.0"
45
},
46
"devDependencies": {
47
+ "@changesets/cli": "^2.6.1",
48
"@types/react": "^16.8.20",
49
"babel-cli": "^6.26.0",
50
"babel-core": "^6.26.0",
0 commit comments