babel-plugin-shim-node-vars
Advanced tools
Comparing version 0.4.1 to 0.5.0
@@ -80,3 +80,3 @@ 'use strict'; | ||
process: "var process = {env:{NODE_ENV: 'production'}};" | ||
}; | ||
}; // TODO: have a look at use babel-plugin-transform-node-env-inline to get rid of this plugin | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "babel-plugin-shim-node-vars", | ||
"version": "0.4.1", | ||
"version": "0.5.0", | ||
"description": "A Babel plugin to shim Node.js' simple variables.", | ||
@@ -15,4 +15,4 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"liferay-build-tools-util": "^0.4.1" | ||
"liferay-build-tools-util": "^0.5.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
7578
+ Addedliferay-build-tools-util@0.5.0(transitive)
- Removedliferay-build-tools-util@0.4.1(transitive)