Skip to content

Commit

Permalink
2.2.0-dev.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulian committed May 15, 2021
1 parent 9ae59e0 commit bcb18ce
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": "ngx-tailwind",
"version": "2.1.0",
"version": "2.2.0-dev.0",
"description": "Add Tailwind CSS to an Angular Workspace",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand All @@ -9,7 +9,7 @@
"start:dev": "npm run build && cd angular-workspace && schematics ..:ng-add",
"start": "npm run build && cd angular-workspace && schematics ..:ng-add --debug false",
"changelog": "conventional-changelog -p angular -i ./CHANGELOG.md -s",
"rocket": "npm run build && npm publish"
"rocket": "npm run build && npm publish --tag dev"
},
"keywords": [
"schematics"
Expand Down

0 comments on commit bcb18ce

Please # to comment.