Skip to content

Commit 85a9fdd

Browse files
author
Victor George
committed
Modify repo to run Yarn instead of NPM
1 parent ac925a5 commit 85a9fdd

File tree

3 files changed

+6237
-3
lines changed

3 files changed

+6237
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: node_js
22
node_js:
33
- 5.5.0
4-
install:
5-
- npm install
4+
#install:
5+
#- npm install
66
script:
77
- npm run lint && npm test && npm run build
88
sudo: false

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
"lodash": "^4.16.4",
4646
"moment": "^2.14.1",
4747
"react": "^15.4.2",
48-
"react-datetime": "2.7.1",
4948
"react-addons-css-transition-group": "^15.3.1",
5049
"react-addons-pure-render-mixin": "^15.3.1",
5150
"react-color": "^2.2.7",
51+
"react-datetime": "2.7.1",
5252
"react-dom": "^15.3.1",
5353
"react-dotdotdot": "^1.0.4",
5454
"react-layout-pane": "^0.1.16",

0 commit comments

Comments
 (0)