Skip to content

Commit 9c40789

Browse files
committed
3.1.0
1 parent fe4d214 commit 9c40789

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-react-webpack",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"description": "Yeoman generator for using React with Webpack via Babel",
55
"keywords": [
66
"yeoman-generator",
@@ -44,8 +44,8 @@
4444
"underscore.string": "^3.2.2",
4545
"yeoman-generator": "^0.21.0",
4646
"yeoman-welcome": "^1.0.1",
47-
"esprima": "^2.7.0" ,
48-
"esprima-walk": "^0.1.0" ,
47+
"esprima": "^2.7.0",
48+
"esprima-walk": "^0.1.0",
4949
"escodegen": "^1.7.0"
5050
},
5151
"devDependencies": {

0 commit comments

Comments
 (0)