Skip to content
This repository was archived by the owner on Mar 7, 2019. It is now read-only.

Commit 2c05172

Browse files
Bump React version, react is now dev dep
1 parent efaec93 commit 2c05172

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

environments/react/latest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module.exports = {
2929
// Configures the react plugin to treat some rules with regard to this specific React.js version
3030
settings: {
3131
react: {
32-
version: '0.15'
32+
version: '15.0'
3333
}
3434
}
3535
}

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
"url": "https://github.com/strvcom/js-coding-standards/issues"
88
},
99
"contributors": [],
10-
"dependencies": {},
10+
"dependencies": {
11+
"eslint-plugin-react": "^6.3.0"
12+
},
1113
"engines": {},
1214
"homepage": "https://github.com/strvcom/js-coding-standards",
1315
"keywords": [

0 commit comments

Comments
 (0)