Internal: remove comments (#3657)

This commit is contained in:
Henry Zhu
2016-08-15 11:40:10 -04:00
committed by GitHub
parent ca27cf135d
commit 090f8cd10f
2 changed files with 5 additions and 8 deletions

View File

@@ -1,6 +1,10 @@
{
"private": true,
"license": "MIT",
"scripts": {
"test": "make test",
"build": "make build"
},
"devDependencies": {
"async": "^1.5.0",
"babel-core": "^6.3.17",
@@ -45,6 +49,7 @@
"uglify-js": "^2.4.16"
},
"babel": {
"comments": false,
"presets": [
"stage-0",
"es2015-loose"