Skip to content

Commit

Permalink
build: deprecate version lost build files
Browse files Browse the repository at this point in the history
  • Loading branch information
fefit committed Feb 9, 2022
1 parent d17086d commit 78318b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Suchjs add changelog since `v1.0.0`.

## [v2.1.6] - 2022-02-09
## [v2.1.7] - 2022-02-09

### Fixed

Expand Down
1 change: 1 addition & 0 deletions dist/such.2.1.7.min.js

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "suchjs",
"version": "2.1.6",
"version": "2.1.7",
"description": "Generating fake data, define your own types easily, expandable and powerful.",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand Down Expand Up @@ -62,7 +62,6 @@
"build:web": "BROWSER=true webpack --progress --mode=\"production\"",
"coverage": "jest --coverage && coveralls < coverage/lcov.info",
"prepublish": "npm run build",
"postpublish": "npm run clear",
"prepare": "husky install"
},
"dependencies": {
Expand Down

0 comments on commit 78318b0

Please sign in to comment.