Update ied@2.3.6 and ad trailing newline in package.json

This commit is contained in:
Samy Pesse
2016-12-04 19:46:54 +01:00
parent 9d3c397446
commit 7d05f8cb89
12 changed files with 16 additions and 13 deletions
@@ -26,4 +26,4 @@
"bugs": {
"url": "https://github.com/GitbookIO/gitbook/issues"
}
}
}
@@ -35,4 +35,4 @@
}
}
}
}
}
@@ -26,4 +26,4 @@
"bugs": {
"url": "https://github.com/GitbookIO/gitbook/issues"
}
}
}
+1 -1
View File
@@ -26,4 +26,4 @@
"bugs": {
"url": "https://github.com/GitBookIO/gitbook/issues"
}
}
}
@@ -26,4 +26,4 @@
"bugs": {
"url": "https://github.com/GitbookIO/gitbook/issues"
}
}
}
+1 -1
View File
@@ -41,4 +41,4 @@
"bugs": {
"url": "https://github.com/GitBookIO/gitbook/issues"
}
}
}
+2 -1
View File
@@ -5,7 +5,8 @@
"browser": "./_assets/theme.js",
"version": "4.0.0",
"dependencies": {
"gitbook-core": "4.0.0"
"gitbook-core": "4.0.0",
"react": "^15.4.1"
},
"devDependencies": {
"gitbook-plugin": "4.0.0",
+1 -1
View File
@@ -74,4 +74,4 @@
"url": "https://github.com/GitbookIO/gitbook/issues"
},
"license": "Apache-2.0"
}
}
@@ -76,4 +76,4 @@
}
}
}
}
}
+1 -1
View File
@@ -36,4 +36,4 @@
"bugs": {
"url": "https://github.com/GitbookIO/gitbook/issues"
}
}
}
+2 -2
View File
@@ -36,7 +36,7 @@
"github-slugid": "1.0.1",
"graceful-fs": "4.1.4",
"i18n-t": "1.0.1",
"ied": "2.3.3",
"ied": "2.3.6",
"ignore": "3.1.2",
"immutable": "^3.8.1",
"is": "^3.1.0",
@@ -104,4 +104,4 @@
"babel-register": "^6.14.0",
"mocha": "^3.0.2"
}
}
}
+3 -1
View File
@@ -36,5 +36,7 @@ packages.forEach((name) => {
updateDependencies(pkg.dependencies);
updateDependencies(pkg.devDependencies);
fs.writeFileSync(pkgPath, JSON.stringify(pkg, null, 2), 'utf-8');
const json = JSON.stringify(pkg, null, 2);
fs.writeFileSync(pkgPath, `${json}\n`, 'utf-8');
});