Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "cjs2es6", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Automatic migration from CommonJS to ES6 modules", | ||
@@ -60,3 +60,3 @@ "main": "index.mjs", | ||
}, | ||
"homepage": "https://github.com/tripu/cjs2es6", | ||
"homepage": "https://github.com/tripu/cjs2es6/blob/master/.github/README.md", | ||
"dependencies": { | ||
@@ -69,5 +69,5 @@ "globby": "^13.1.2" | ||
"test": "npm run clean && npm run process-samples", | ||
"prepack": "cp .github/README.md .github/LICENSE.txt ./", | ||
"postpack": "rm -f README.md LICENSE.txt" | ||
"prepack": "cp .github/README.md ./", | ||
"postpack": "rm -f README.md" | ||
} | ||
} |
@@ -6,4 +6,7 @@ ![Logo](https://repository-images.githubusercontent.com/511783578/1f964778-5079-47f5-a1dd-13c62f66dc49) | ||
Copyright © 2016–2022 James J. Womack, Ole Morten Didriksen, luoage, tripu. | ||
See [the licence](./LICENSE.txt). | ||
See [the licence](../LICENSE.txt). | ||
[![npm version](https://img.shields.io/npm/v/cjs2es6.svg)](https://npmjs.org/package/cjs2es6) | ||
[![Licence](https://img.shields.io/npm/l/cjs2es6.svg)](https://github.com/tripu/cjs2es6/blob/master/LICENSE.txt) | ||
## Prerequisites | ||
@@ -10,0 +13,0 @@ |
6650
56