Skip to content
This repository has been archived by the owner on Aug 25, 2020. It is now read-only.

Commit

Permalink
release 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
navix committed Oct 27, 2018
1 parent 4ebb435 commit 8cd803e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngx-kit/sula",
"version": "6.0.0",
"version": "7.0.0",
"scripts": {
"clean": "rimraf ./dist && rimraf ./tmp",
"ui-docs:serve": "ng run ui-docs:serve",
Expand All @@ -13,7 +13,8 @@
"ui:build:packgr": "ng run ui:build",
"ui:build:release": "node ./projects/ui/release.js",
"ui:build:publish": "publish-build.sh",
"ui:publish": "npm publish ./tmp/sula-builds --access=public",
"ui:release:build": "npm run ui:build",
"ui:release:publish": "npm publish ./tmp/sula-builds --access=public",
"schematics": "npm run schematics:release && npm run schematics:schematize && npm run schematics:build",
"schematics:release": "node ./projects/schematics/release",
"schematics:schematize": "node ./projects/schematics/schematize/schematize",
Expand Down

0 comments on commit 8cd803e

Please sign in to comment.