1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

update with-reasonml dependencies (#5651)

This commit is contained in:
Adam Lane 2018-11-09 23:09:51 -08:00 committed by Tim Neutkens
parent c4cec5b7d9
commit b36382bb83
2 changed files with 16 additions and 4 deletions

View file

@ -1,6 +1,19 @@
{
"name": "with-reasonml",
"sources": ["components", "pages", "bindings"],
"sources": [
{
"dir": "components",
"subdirs": true
},
{
"dir": "pages",
"subdirs": true
},
{
"dir": "bindings",
"subdirs": true
}
],
"bs-dependencies": ["reason-react"],
"reason": { "react-jsx": 2 },
"package-specs": {

View file

@ -8,7 +8,7 @@
},
"license": "ISC",
"dependencies": {
"babel-plugin-bucklescript": "^0.4.0",
"babel-plugin-bucklescript": "^0.5.3",
"next": "latest",
"react": "^16.4.2",
"react-dom": "^16.4.2",
@ -16,7 +16,6 @@
},
"devDependencies": {
"bs-platform": "^4.0.5",
"concurrently": "^3.5.1",
"webpack": "^3.8.1"
"concurrently": "^4.0.1"
}
}