We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67ea8b1 commit 06a47d1Copy full SHA for 06a47d1
changelog.markdown
@@ -1,3 +1,12 @@
1
+# 14.1.0
2
+
3
+writes to a temp outfile until success
4
5
+Previously, browserify would overwrite output files when an error occurs.
6
7
+https://github.com/substack/node-browserify/pull/1673
8
+https://github.com/substack/node-browserify/issues/899
9
10
# 14.0.0
11
12
Updates the version of the buffer package, which drops support for IE8-10.
package.json
@@ -1,6 +1,6 @@
{
"name": "browserify",
- "version": "14.0.0",
+ "version": "14.1.0",
"description": "browser-side require() the node way",
"main": "index.js",
"bin": {
0 commit comments