Skip to content

Commit 4a8e0a5

Browse files
committed
Clean up repo root
1 parent 533fee0 commit 4a8e0a5

File tree

6 files changed

+13
-4548
lines changed

6 files changed

+13
-4548
lines changed

.babelrc

Lines changed: 0 additions & 6 deletions
This file was deleted.

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
/node_modules
44
/npm-debug.log
55
.DS_Store
6-
.idea/
7-
flow-typed/
6+
.idea
7+
.reify-cache
8+
flow-typed

LICENSE.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,4 +164,4 @@ Pull requests are the greatest contributions, so be sure they are focused in sco
164164

165165
## License
166166

167-
[MIT License](LICENSE.md) © [Jason Miller](https://jasonformat.com/)
167+
[MIT License](https://opensource.org/licenses/MIT) © [Jason Miller](https://jasonformat.com/)

package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,15 @@
3636
"dist",
3737
"mitt.d.ts"
3838
],
39+
"babel": {
40+
"presets": [
41+
"es2015",
42+
"stage-0"
43+
],
44+
"plugins": [
45+
"transform-flow-strip-types"
46+
]
47+
},
3948
"eslintConfig": {
4049
"parser": "babel-eslint",
4150
"extends": "eslint:recommended",

0 commit comments

Comments
 (0)