Skip to content

Commit

Permalink
chore(): publish 6.8.2. release
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Jan 10, 2020
1 parent cc77afb commit 4a4f3c6
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": "@nestjs/schematics",
"version": "6.8.1",
"version": "6.8.2",
"description": "Nest - modern, fast, powerful node.js web framework (@schematics)",
"main": "dist/index.js",
"files": [
Expand All @@ -14,7 +14,7 @@
"build": "rm -rf dist && tsc --project tsconfig.lib.json",
"clean": "gulp clean:src",
"copy:collection": "cpx src/collection.json dist && cpx 'src/lib/**/schema.json' dist/lib",
"copy:lib": "cpx 'src/lib/**/files/**/*.*' dist/lib",
"copy:lib": "cpx 'src/lib/**/{files,workspace}/**/*.*' dist/lib",
"lint": "tslint --project tsconfig.json",
"prepublish:next": "npm run build",
"publish:next": "npm publish --access public --tag next",
Expand Down

0 comments on commit 4a4f3c6

Please sign in to comment.