Skip to content

Commit

Permalink
Release preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
Silic0nS0ldier committed Apr 18, 2021
1 parent 2e45d3b commit 308d75e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Exclude all dot files by default. Explicitly include when needed.
\.*
!/\.eslintrc
tsconfig.json
test.js
4 changes: 3 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [Unknown]

## [1.0.0-rc.0] - 2021-04-18

### Added
* TypeScript definitions.
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@
"license": "ISC",
"devDependencies": {
"@types/fancy-log": "^1.3.1",
"@types/node": "^14.14.2",
"@types/node": "^14.14.41",
"@types/vinyl": "^2.0.4",
"eslint": "^7.12.0",
"mocha": "^8.2.0",
"eslint": "^7.24.0",
"mocha": "^8.3.2",
"mock-fs": "^4.13.0",
"typescript": "^4.0.3"
"typescript": "^4.2.4"
},
"dependencies": {
"@ungap/promise-all-settled": "^1.1.2",
"aggregate-error": "^3.1.0",
"ansi-colors": "^4.1.1",
"fancy-log": "^1.3.3",
"globby": "^11.0.1",
"globby": "^11.0.3",
"plugin-error": "^1.0.1",
"vinyl": "^2.2.1"
}
Expand Down

0 comments on commit 308d75e

Please sign in to comment.