We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b21b7 commit 197d810Copy full SHA for 197d810
.gitignore
@@ -11,6 +11,7 @@
11
# production
12
/build
13
/dist
14
+.parcel-cache
15
16
# misc
17
.DS_Store
package.json
@@ -1,4 +1,6 @@
1
{
2
+ "name": "react-flagkit",
3
+ "author": "Stephen Way <stephen@stephenway.net> (http://stephenway.net)",
4
"version": "2.1.0",
5
"license": "MIT",
6
"main": "dist/index.js",
@@ -33,8 +35,6 @@
33
35
"singleQuote": true,
34
36
"trailingComma": "es5"
37
},
- "name": "react-flagkit",
- "author": "Stephen Way",
38
"module": "dist/react-flagkit.esm.js",
39
"size-limit": [
40
0 commit comments