Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

Commit

Permalink
Specify dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
garetht committed Oct 16, 2014
1 parent 8643d44 commit 284c2a3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*.map
node_modules
bower_components
5 changes: 4 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@
"bower_components",
"test",
"tests"
]
],
"dependencies": {
"react": "~0.11.2"
}
}
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@
"gulp-sourcemaps": "^1.2.4",
"gulp-uglify": "^1.0.1",
"yargs": "^1.3.2"
},
"dependencies": {
"react": "^0.11.2"
}
}

0 comments on commit 284c2a3

Please sign in to comment.