Skip to content

Commit

Permalink
Merge pull request #11 from jtberglund/fix-gatsby-peer-dependency
Browse files Browse the repository at this point in the history
Update Gatsby peer dependency to ^2.0.0
  • Loading branch information
jtberglund committed Nov 15, 2018
2 parents 7f7b68b + 8943a18 commit 5dce393
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 38 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
/*.js
!index.js
**/*.log
69 changes: 36 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,38 @@
{
"name": "gatsby-plugin-reason",
"version": "2.0.0",
"description": "Gatsby plugin so you can write your site in ReasonML!",
"main": "index.js",
"scripts": {
"build": "babel src --out-dir .",
"watch": "babel -w src --out-dir .",
"prepublish": "npm run build",
"test": "jest"
},
"keywords": [
"gatsby",
"reason",
"reasonml",
"plugin",
"gatsby-plugin"
],
"author": "Jeremy Berglund",
"license": "MIT",
"repository": "https://github.com/jtberglund/gatsby-plugin-reason",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"jest": "^23.1.0"
},
"dependencies": {
"bs-loader": "^2.0.6",
"bsb-js": "^1.1.7",
"reason-react": "^0.5.3"
},
"peerDependencies": {
"gatsby": "^1.0.0"
}
"name": "gatsby-plugin-reason",
"version": "2.0.0",
"description": "Gatsby plugin so you can write your site in ReasonML!",
"main": "index.js",
"scripts": {
"build": "babel src --out-dir .",
"watch": "babel -w src --out-dir .",
"prepublish": "npm run build",
"test": "jest"
},
"keywords": [
"gatsby",
"reason",
"reasonml",
"plugin",
"gatsby-plugin"
],
"author": "Jeremy Berglund",
"license": "MIT",
"repository": "https://github.com/jtberglund/gatsby-plugin-reason",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"jest": "^23.1.0"
},
"dependencies": {
"bs-loader": "^2.0.6",
"bsb-js": "^1.1.7",
"reason-react": "^0.5.3"
},
"peerDependencies": {
"gatsby": "^2.0.0"
},
"resolutions": {
"bsb-js": "^1.1.7"
}
}
6 changes: 1 addition & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1003,11 +1003,7 @@ bs-loader@^2.0.6:
loader-utils "^1.1.0"
read-bsconfig "^1.0.1"

bsb-js@^1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/bsb-js/-/bsb-js-1.0.2.tgz#b9e7af1dfdb8de6191bb36fdff43f59359a7dfe7"

bsb-js@^1.1.7:
bsb-js@^1.0.0, bsb-js@^1.1.7:
version "1.1.7"
resolved "https://registry.yarnpkg.com/bsb-js/-/bsb-js-1.1.7.tgz#12cc91e974f5896b3a2aa8358419d24e56f552c3"

Expand Down

0 comments on commit 5dce393

Please sign in to comment.