Skip to content

Commit fe2c9e6

Browse files
committed
0.1.3
1 parent 8794a24 commit fe2c9e6

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,13 +1,21 @@
11
{
22
"name": "create-react-context",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Polyfill for the proposed React context API",
55
"main": "lib/index.js",
66
"repository": "https://github.com/thejameskyle/create-react-context",
77
"author": "James Kyle <me@thejameskyle.com>",
88
"license": "MIT",
9-
"keywords": ["react", "context", "contextTypes", "polyfill", "ponyfill"],
10-
"files": ["lib"],
9+
"keywords": [
10+
"react",
11+
"context",
12+
"contextTypes",
13+
"polyfill",
14+
"ponyfill"
15+
],
16+
"files": [
17+
"lib"
18+
],
1119
"scripts": {
1220
"test": "jest",
1321
"flow": "flow",
@@ -41,10 +49,15 @@
4149
"react-dom": "^16.2.0"
4250
},
4351
"lint-staged": {
44-
"*.{js,md,json,js.flow,d.ts}": ["prettier --write", "git add"]
52+
"*.{js,md,json,js.flow,d.ts}": [
53+
"prettier --write",
54+
"git add"
55+
]
4556
},
4657
"jest": {
47-
"snapshotSerializers": ["enzyme-to-json/serializer"]
58+
"snapshotSerializers": [
59+
"enzyme-to-json/serializer"
60+
]
4861
},
4962
"dependencies": {
5063
"mitt": "^1.1.3"

0 commit comments

Comments
 (0)