Skip to content
This repository has been archived by the owner on Nov 30, 2018. It is now read-only.

Commit

Permalink
feat(grunt-changelog): changelog added to our grunt build, sorry I did
Browse files Browse the repository at this point in the history
  • Loading branch information
nmccready committed Jun 12, 2015
1 parent 4f3c8a3 commit 84227c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions grunt/options.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,6 @@ module.exports = (grunt) ->
hostname: "0.0.0.0"
port: 8069
base: ""
changelog:
options:
dest: "CHANGELOG.md"

jasmine:
spec: jasmineSettings.spec
Expand Down Expand Up @@ -263,5 +260,8 @@ module.exports = (grunt) ->
path: "tmp/"
filename: "webpack.[name].js",

changelog:
options:{}

options.jasmine.coverage = jasmineSettings.coverage if jasmineSettings.coverage
return options
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"webcomponent"
],
"main": "dist/angular-google-maps.js",
"files":[
"files": [
"dist/*",
"spec/coffee/helpers/google-api-mock.coffee",
"spec/coffee/helpers/initiator.coffee"
Expand Down

0 comments on commit 84227c0

Please sign in to comment.