Skip to content

Commit 7e5491a

Browse files
committed
clean up package.jsons
1 parent b61b219 commit 7e5491a

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ Installation
1414
### NPM
1515

1616
```
17-
npm install [email protected]beta.1
17+
npm install [email protected]0
1818
```
1919

2020
### Script Tag Global
2121

2222
```html
23-
<script src="https://unpkg.com/[email protected]beta.1"></script>
23+
<script src="https://unpkg.com/[email protected]0"></script>
2424
```
2525

2626
You'll find the modules on `window.ReactRouter`

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
"eslint-plugin-react": "^5.1.1",
4242
"expect": "^1.20.1",
4343
"gzip-size": "^3.0.0",
44-
"history": "^3.0.0",
4544
"in-publish": "^2.0.0",
4645
"karma": "^0.13.22",
4746
"karma-browserstack-launcher": "^1.0.1",

website/package.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,12 @@
1313
"eslint-config-rackt": "1.1.1",
1414
"eslint-plugin-react": "5.1.1",
1515
"file-loader": "^0.9.0",
16-
"history": "^3.0.0",
1716
"html-loader": "^0.4.3",
1817
"html-webpack-plugin": "^2.22.0",
1918
"jsxstyle": "0.0.18",
2019
"markdown-it": "^7.0.0",
2120
"postcss-loader": "0.9.1",
22-
"prismjs-loader": "0.0.3",
23-
"react": "^15.3.1",
24-
"react-dom": "^15.3.1",
25-
"react-icons": "2.1.0",
2621
"react-motion": "^0.4.4",
27-
"react-redux": "^4.4.5",
28-
"redux": "^3.5.2",
2922
"style-loader": "0.13.1",
3023
"url-loader": "^0.5.7",
3124
"webpack": "1.13.1",

0 commit comments

Comments
 (0)