Skip to content

Commit

Permalink
Redefine package entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Oct 11, 2020
1 parent 7a0fefc commit cf77071
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cf77071

Please sign in to comment.