Skip to content

Commit 197d810

Browse files
committed
Ignore parcel cache
1 parent 85b21b7 commit 197d810

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
# production
1212
/build
1313
/dist
14+
.parcel-cache
1415

1516
# misc
1617
.DS_Store

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"name": "react-flagkit",
3+
"author": "Stephen Way <stephen@stephenway.net> (http://stephenway.net)",
24
"version": "2.1.0",
35
"license": "MIT",
46
"main": "dist/index.js",
@@ -33,8 +35,6 @@
3335
"singleQuote": true,
3436
"trailingComma": "es5"
3537
},
36-
"name": "react-flagkit",
37-
"author": "Stephen Way",
3838
"module": "dist/react-flagkit.esm.js",
3939
"size-limit": [
4040
{

0 commit comments

Comments
 (0)