bufferedstream
Advanced tools
Comparing version 3.0.9 to 3.1.0
@@ -1,3 +0,7 @@ | ||
= HEAD | ||
= 3.1.0 / 2015-01-18 | ||
* Removed "modules" directory | ||
= 3.0.9 / 2015-01-14 | ||
* Use utf-8 encoding by default, instead of binary | ||
@@ -4,0 +8,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"author": "Michael Jackson", | ||
"version": "3.0.9", | ||
"version": "3.1.0", | ||
"repository": { | ||
@@ -11,6 +11,6 @@ "type": "git", | ||
}, | ||
"main": "modules/BufferedStream.js", | ||
"main": "index.js", | ||
"scripts": { | ||
"dist": "webpack -p dist/BufferedStream.min.js", | ||
"test": "jshint . && mocha --reporter spec 'modules/**/__tests__/*-test.js'", | ||
"dist": "webpack -p index.js dist/BufferedStream.min.js", | ||
"test": "jshint . && mocha --reporter spec 'tests/*-test.js'", | ||
"test-browser": "karma start" | ||
@@ -17,0 +17,0 @@ }, |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
15763
1