Update dependencies for PureScript 0.11
parent
77e413fab7
commit
64af62d51d
|
@ -1,7 +1,7 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
dist: trusty
|
dist: trusty
|
||||||
sudo: required
|
sudo: required
|
||||||
node_js: 5
|
node_js: stable
|
||||||
install:
|
install:
|
||||||
- npm install -g bower
|
- npm install -g bower
|
||||||
- npm install
|
- npm install
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"dist"
|
"dist"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"purescript-console": "^2.0.0",
|
"purescript-console": "^3.0.0",
|
||||||
"purescript-halogen": "^1.0.0"
|
"purescript-halogen": "^2.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
"watch": "pulp -w build --to dist/app.js"
|
"watch": "pulp -w build --to dist/app.js"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"pulp": "^10.0.1",
|
"pulp": "^11.0.0",
|
||||||
"purescript": "^0.10.7",
|
"purescript": "^0.11.0",
|
||||||
"purescript-psa": "^0.4.0"
|
"purescript-psa": "^0.5.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue