Skip to content

Commit

Permalink
Fix build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
swiety85 committed Nov 28, 2017
1 parent 9129594 commit 1b9266c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="1.0.1"></a>
# [1.0.1](https://github.com/swiety85/angular2gridster/compare/v1.0.0...v1.0.1) (2017-11-28)


### Bug Fixes

* **build:** fix build folder



<a name="1.0.0"></a>
# [1.0.0](https://github.com/swiety85/angular2gridster/compare/v1.0.0-alfa...v1.0.0) (2017-11-28)

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular2gridster",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"main": "./dist/index.js",
"scripts": {
Expand All @@ -11,7 +11,8 @@
"build": "echo 'Building...' && ./node_modules/.bin/ngc -p tsconfig.json",
"release-major": "standard-version -- -r major",
"release-minor": "standard-version -- -r minor",
"release-fix": "standard-version -- -r patch"
"release-fix": "standard-version -- -r patch",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 1b9266c

Please sign in to comment.