mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-12 05:48:57 +00:00
Update ied@2.3.6 and ad trailing newline in package.json
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -26,4 +26,4 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/GitBookIO/gitbook/issues"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -26,4 +26,4 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/GitbookIO/gitbook/issues"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -41,4 +41,4 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/GitBookIO/gitbook/issues"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -74,4 +74,4 @@
|
||||
"url": "https://github.com/GitbookIO/gitbook/issues"
|
||||
},
|
||||
"license": "Apache-2.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -76,4 +76,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -36,4 +36,4 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/GitbookIO/gitbook/issues"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
@@ -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');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user