Skip to content
This repository was archived by the owner on May 29, 2022. It is now read-only.

Commit 7786b95

Browse files
authored
fix(package): add trailing comma
1 parent a48f309 commit 7786b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"awesome-typescript-loader": "^2.1.0",
4444
"babel-core": "^6.14.0",
4545
"babel-polyfill": "^6.13.0",
46-
"babel-preset-es2015": "^6.14.0"
46+
"babel-preset-es2015": "^6.14.0",
4747
"regenerator-runtime": "^0.9.5"
4848
},
4949
"peerDependencies": {

0 commit comments

Comments
 (0)