Skip to content

Commit

Permalink
Updates for 0.12.0 (#1)
Browse files Browse the repository at this point in the history
* Updates for 0.12.0

* react-basic 1.0.0
  • Loading branch information
spicydonuts authored Jun 13, 2018
1 parent 7fbb4ad commit 7966ab6
Show file tree
Hide file tree
Showing 7 changed files with 297 additions and 222 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,3 @@ install:
script:
- npx bower install
- npm -s test

# after_success:
# - >-
# test $TRAVIS_TAG &&
# echo $GITHUB_TOKEN | pulp login &&
# echo y | pulp publish --no-push
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,5 @@ moveItem fromIndex toIndex items =
in
take toIndex items'
<> maybe [] pure item
<> drop toIndex items'
<> drop toIndex items'
```
10 changes: 5 additions & 5 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"url": "https://github.com/lumihq/purescript-react-dnd-basic.git"
},
"dependencies": {
"purescript-prelude": "^3.3.0",
"purescript-react-basic": "^0.10.0",
"purescript-nullable": "^3.0.0",
"purescript-promises": "^2.0.0"
"purescript-prelude": "^4.0.0",
"purescript-react-basic": "^1.0.0",
"purescript-nullable": "^4.0.0",
"purescript-promises": "^3.0.0"
},
"devDependencies": {
"purescript-psci-support": "^3.0.0"
"purescript-psci-support": "^4.0.0"
}
}
6 changes: 3 additions & 3 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"author": "",
"dependencies": {
"pulp": "^12.2.0",
"react": "^16.2.0",
"react": "^16.4.0",
"react-dnd": "^2.6.0",
"react-dnd-html5-backend": "^2.6.0",
"react-dom": "^16.2.0"
"react-dom": "^16.4.0"
},
"devDependencies": {
"browserify": "^16.1.0"
"browserify": "^16.2.2"
}
}
Loading

0 comments on commit 7966ab6

Please sign in to comment.