Skip to content

Commit 0e6a2aa

Browse files
author
ryanwest91
committed
runs on windows
1 parent f0087e3 commit 0e6a2aa

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
/node_modules
12
bundle.js
23
*.bundle.js

modules/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react'
22

33
export default React.createClass({
44
render() {
5-
return <div>Hello, React Router!</div>
5+
return <div>Hello, Ryan!</div>
66
}
77
})
88

package.json

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,19 @@
99
"author": "",
1010
"license": "ISC",
1111
"dependencies": {
12-
"react": "^0.14.7",
13-
"react-dom": "^0.14.7",
14-
"react-router": "^2.0.0"
12+
"react": "0.14.7",
13+
"react-dom": "0.14.7",
14+
"babel-runtime": "~6.2.4",
15+
"lodash": "~3.4.0"
1516
},
1617
"devDependencies": {
17-
"babel-core": "^6.5.1",
18-
"babel-loader": "^6.2.2",
19-
"babel-preset-es2015": "^6.5.0",
20-
"babel-preset-react": "^6.5.0",
18+
"webpack": "^1.14.1",
19+
"webpack-dev-server": "^1.14.1",
20+
"html-webpack-plugin": "^1.12.0",
2121
"http-server": "^0.8.5",
22-
"webpack": "^1.12.13",
23-
"webpack-dev-server": "^1.14.1"
22+
"babel-core": "~6.7.2",
23+
"babel-loader": "~6.2.4",
24+
"babel-preset-react": "~6.5.0",
25+
"babel-preset-es2015": "~6.5.0"
2426
}
2527
}

0 commit comments

Comments
 (0)