Skip to content

Commit 9617fbf

Browse files
author
Sergii.Kliuchnyk
committed
fix dependencies
1 parent 3aa00d8 commit 9617fbf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "react-st",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "React separate template",
55
"main": "conv.js",
66
"dependencies": {
7-
"grasp": "~0.2.1",
87
"commander": "~2.5.0",
9-
"react-tools": "~0.12.0",
10-
"htmlparser2": "~3.8.2"
8+
"grasp": "~0.2.1",
9+
"html-parser": "^0.7.3",
10+
"react-tools": "~0.12.0"
1111
},
1212
"devDependencies": {
1313
"mocha": "~2.0.1",

0 commit comments

Comments
 (0)