Skip to content
This repository was archived by the owner on Nov 23, 2021. It is now read-only.

Commit a50a8a7

Browse files
committed
0.2.0
1 parent 9397794 commit a50a8a7

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

package.json

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
11
{
22
"name": "create-react-context",
3-
"version": "0.1.6",
3+
"version": "0.2.0",
44
"description": "Polyfill for the proposed React context API",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
77
"repository": "https://github.com/thejameskyle/create-react-context",
88
"author": "James Kyle <me@thejameskyle.com>",
99
"license": "MIT",
10-
"keywords": ["react", "context", "contextTypes", "polyfill", "ponyfill"],
11-
"files": ["lib"],
10+
"keywords": [
11+
"react",
12+
"context",
13+
"contextTypes",
14+
"polyfill",
15+
"ponyfill"
16+
],
17+
"files": [
18+
"lib"
19+
],
1220
"scripts": {
1321
"test": "jest",
1422
"flow": "flow",
@@ -46,9 +54,14 @@
4654
"react-dom": "^16.2.0"
4755
},
4856
"lint-staged": {
49-
"*.{js,md,json,js.flow,d.ts}": ["prettier --write", "git add"]
57+
"*.{js,md,json,js.flow,d.ts}": [
58+
"prettier --write",
59+
"git add"
60+
]
5061
},
5162
"jest": {
52-
"snapshotSerializers": ["enzyme-to-json/serializer"]
63+
"snapshotSerializers": [
64+
"enzyme-to-json/serializer"
65+
]
5366
}
5467
}

0 commit comments

Comments
 (0)