Skip to content
This repository has been archived by the owner on Jul 29, 2021. It is now read-only.

Commit

Permalink
Module fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Sierociński committed Jan 31, 2019
1 parent 989a104 commit 5eab913
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#### 1.0.1 (2019-01-31)

* Module fixing


#### 1.0.0 (2019-01-31)

* First version
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ function plugin (options) {
return new Copier(options);
}

export default plugin;
module.exports = plugin;
6 changes: 0 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "rollup-plugin-copier",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {
"lint": "npx eslint .",
"test": "npx mocha -r esm"
"test": "npx mocha"
},
"repository": {
"type": "git",
Expand All @@ -30,9 +30,9 @@
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.12.1",
"esm": "^3.2.0",
"husky": "^1.3.1",
"mocha": "^5.2.0",
"rollup": "^1.1.2"
}
},
"dependencies": {}
}

0 comments on commit 5eab913

Please sign in to comment.