Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi committed Nov 2, 2018
1 parent d032518 commit 6c7ddc8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"name": "esm-to-cjs",
"version": "1.1.0",
"version": "1.2.0",
"description": "Transform ESM to Common JS for present NodeJS, without any junk wrappers or useless renaming",
"keywords": [
"commonjs",
"cjs",
"es-module",
"transpile",
"compile",
"esm",
"module"
Expand Down
2 changes: 1 addition & 1 deletion scripts/gulp.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ try {
json.devDependencies = undefined;
json.keywords.push("gulpplugin");
json.name = "gulp-esm-to-cjs";
json.dependencies["esm-to-cjs"] = json.version;
json.dependencies["esm-to-cjs"] = "*";
});
copyFile("./src/gulp.js", "./index.js", str => {
return str.replace("./core", "esm-to-cjs");
Expand Down

0 comments on commit 6c7ddc8

Please sign in to comment.