File tree Expand file tree Collapse file tree 7 files changed +297
-222
lines changed Expand file tree Collapse file tree 7 files changed +297
-222
lines changed Original file line number Diff line number Diff line change 99script :
1010 - npx bower install
1111 - npm -s test
12-
13- # after_success:
14- # - >-
15- # test $TRAVIS_TAG &&
16- # echo $GITHUB_TOKEN | pulp login &&
17- # echo y | pulp publish --no-push
Original file line number Diff line number Diff line change @@ -116,5 +116,5 @@ moveItem fromIndex toIndex items =
116116 in
117117 take toIndex items'
118118 <> maybe [] pure item
119- <> drop toIndex items'
119+ <> drop toIndex items'
120120```
Original file line number Diff line number Diff line change 77 "url" : " https://github.com/lumihq/purescript-react-dnd-basic.git"
88 },
99 "dependencies" : {
10- "purescript-prelude" : " ^3.3 .0" ,
11- "purescript-react-basic" : " ^0.10 .0" ,
12- "purescript-nullable" : " ^3 .0.0" ,
13- "purescript-promises" : " ^2 .0.0"
10+ "purescript-prelude" : " ^4.0 .0" ,
11+ "purescript-react-basic" : " ^1.0 .0" ,
12+ "purescript-nullable" : " ^4 .0.0" ,
13+ "purescript-promises" : " ^3 .0.0"
1414 },
1515 "devDependencies" : {
16- "purescript-psci-support" : " ^3 .0.0"
16+ "purescript-psci-support" : " ^4 .0.0"
1717 }
1818}
Original file line number Diff line number Diff line change 66 "author" : " " ,
77 "dependencies" : {
88 "pulp" : " ^12.2.0" ,
9- "react" : " ^16.2 .0" ,
9+ "react" : " ^16.4 .0" ,
1010 "react-dnd" : " ^2.6.0" ,
1111 "react-dnd-html5-backend" : " ^2.6.0" ,
12- "react-dom" : " ^16.2 .0"
12+ "react-dom" : " ^16.4 .0"
1313 },
1414 "devDependencies" : {
15- "browserify" : " ^16.1.0 "
15+ "browserify" : " ^16.2.2 "
1616 }
1717}
You can’t perform that action at this time.
0 commit comments