Skip to content

Commit

Permalink
Merge remote-tracking branch 'template/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
nkbt committed Oct 8, 2015
2 parents 188c52f + f07cfc0 commit d863c87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
machine:
node:
version: v0.10.38
version: v0.10.40


dependencies:
pre:
- npm update -g npm
- npm install react@0.13
- npm update -g npm@3

test:
override:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"homepage": "https://github.com/nkbt/react-copy-to-clipboard",
"peerDependencies": {
"react": "^0.13 || ~0.14.0-beta || ~0.14.0-rc"
"react": "^0.13 || ^0.14"
},
"dependencies": {
"copy-to-clipboard": "^1.0.4"
Expand Down Expand Up @@ -78,6 +78,7 @@
"node-libs-browser": "^0.5.3",
"parallelshell": "^2.0.0",
"phantomjs": "^1.9.18",
"react": "^0.14.0",
"react-hot-loader": "^1.3.0",
"rimraf": "^2.4.3",
"tap-xunit": "^1.2.1",
Expand Down

0 comments on commit d863c87

Please sign in to comment.