diff --git a/CHANGELOG.md b/CHANGELOG.md index 2955f38..9119bfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1] - 2020-10-11 + +### Changed +- Remove `ncc` develop dependency. + +### Fixed +- Redefine package entry point. + ## [1.1.0] - 2020-10-11 ### Added diff --git a/package.json b/package.json index fbbf3d9..d17976e 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "@wabarc/cairn", - "version": "1.1.0", + "version": "1.1.1", "description": "Node package and CLI tool for saving web page as single HTML file", - "main": "src/cairn.ts", - "types": "src/types/cairn.d.ts", + "main": "dist/cairn.js", + "types": "dist/cairn.d.ts", "scripts": { - "build": "tsc && ncc build", + "build": "tsc", "cli": "ts-node src/cli.ts", "cli:watch": "nodemon --exec ts-node -- src/cli.ts", "cli:install": "npm run build && npm install -g", @@ -45,7 +45,6 @@ "@types/node": "^14.11.8", "@typescript-eslint/eslint-plugin": "^4.2.0", "@typescript-eslint/parser": "^4.2.0", - "@vercel/ncc": "^0.24.1", "eslint": "^7.9.0", "eslint-plugin-jest": "^24.0.2", "eslint-plugin-prettier": "^3.1.4", diff --git a/yarn.lock b/yarn.lock index 2a93103..d6b7ca9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -713,11 +713,6 @@ "@typescript-eslint/types" "4.4.0" eslint-visitor-keys "^2.0.0" -"@vercel/ncc@^0.24.1": - version "0.24.1" - resolved "https://registry.yarnpkg.com/@vercel/ncc/-/ncc-0.24.1.tgz#3ea2932c85ba87f4de6fe550d60e1bf5c005985e" - integrity sha512-r9m7brz2hNmq5TF3sxrK4qR/FhXn44XIMglQUir4sT7Sh5GOaYXlMYikHFwJStf8rmQGTlvOoBXt4yHVonRG8A== - abab@^2.0.3: version "2.0.5" resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.5.tgz#c0b678fb32d60fc1219c784d6a826fe385aeb79a"