Skip to content

Commit

Permalink
Bump to version 5.2.4. Accidentally deleted the bin file and publishe…
Browse files Browse the repository at this point in the history
…d without it. Added exclusion for spec.js files and their sourcemaps.
  • Loading branch information
ivasilov committed Oct 8, 2020
1 parent a90a577 commit 3c49f75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wsrun",
"version": "5.2.3",
"version": "5.2.4",
"description": "executes commands on packages in parallel, but is aware of the dependencies between them",
"main": "./build/index.js",
"repository": "hfour/wsrun",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"files": [
"bin/*",
"build/**/*"
"build/**/!(*.spec.js|*.spec.js.map)"
],
"devDependencies": {
"@types/bluebird": "^3.5.18",
Expand Down

0 comments on commit 3c49f75

Please sign in to comment.