Skip to content

Commit e80efd7

Browse files
Merge pull request #2 from dylanlott/master
Add AGPL License, update README, remove cruft from .eslintrc, and some babel package updates
2 parents aaeb610 + 48f7914 commit e80efd7

File tree

5 files changed

+714
-10
lines changed

5 files changed

+714
-10
lines changed

.babelrc

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"presets": ["es2015", "stage-0"]
2+
"presets": ["es2015", "stage-0"],
3+
"plugins": [
4+
"babel-plugin-transform-decorators-legacy"
5+
]
36
}

0 commit comments

Comments
 (0)