Thanks to visit codestin.com Credit goes to github.com
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 48a103c commit b1b2964Copy full SHA for b1b2964
CHANGELOG.md
@@ -1,7 +1,11 @@
1
##Changelog
2
3
+###v2.0.0
4
+- Removed client-side bundler extensions. Browserify is not supported anymore. Webpack support has been extracted
5
+ into separate repository https://github.com/jhnns/rewire-webpack
6
+
7
###v1.1.3
-- removed IDE stuff from npm package
8
+- Removed IDE stuff from npm package
9
10
###v1.1.2
11
- Added deprecation warning for client-side bundlers
package.json
@@ -1,6 +1,6 @@
{
"name" : "rewire",
- "version" : "1.1.3",
+ "version" : "2.0.0",
"description" : "Dependency injection for node.js applications",
"keywords" : [
"dependency",
0 commit comments