Skip to content

Commit dcdc464

Browse files
author
Ricardo Machado
committed
0.9.1
1 parent 4cb7d5c commit dcdc464

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frint",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "Framework for building front-end apps",
55
"main": "./lib/index.js",
66
"scripts": {
@@ -83,6 +83,9 @@
8383
"sinon-chai": "^2.8.0"
8484
},
8585
"greenkeeper": {
86-
"ignore": ["react", "react-dom"]
86+
"ignore": [
87+
"react",
88+
"react-dom"
89+
]
8790
}
8891
}

0 commit comments

Comments
 (0)