Skip to content

Commit 464dbdc

Browse files
authored
Merge pull request #98 from reasonml-community/bs-platform-9
Bs platform 9 & npm package cleanup
2 parents 0bc1db1 + bba3007 commit 464dbdc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@ CONTRIBUTING.md
1010
CODE_OF_CONDUCT.md
1111
documentation/
1212
documentationWebsite/
13+
docs/
1314
EXAMPLES/
1415
lib/
1516
node_modules/
1617
package-lock.json
18+
README.md
1719
TODO
1820
yarn.lock
1921
yarn-error.log

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"peerDependencies": {
3434
"@apollo/client": "^3.3.0",
3535
"@reasonml-community/graphql-ppx": "^1.0.0",
36-
"bs-platform": "^8.2.0",
36+
"bs-platform": "^8.2.0 || ^9.0.0",
3737
"reason-react": "^0.8.0 || ^0.9.0"
3838
}
3939
}

0 commit comments

Comments
 (0)