Skip to content

Commit

Permalink
removed lib dir from package!!
Browse files Browse the repository at this point in the history
  • Loading branch information
mdasberg committed Jul 8, 2015
1 parent e575fd8 commit 4d08386
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@

#generated
.tmp
data
results
lib

#npm
node_modules
.npmrc

#build
.travis.yml
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<a name="0.2.13"></a>
# 0.2.13 (2015-07-08)

## Bugfix
- Added lib directory to npm ignore

<a name="0.2.12"></a>
# 0.2.12 (2015-07-07)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ grunt.initConfig({
project: {
key: 'grunt-sonar',
name: 'Grunt sonar plugin',
version: '0.2.12'
version: '0.2.13'
},
paths: [
{
Expand Down Expand Up @@ -247,7 +247,7 @@ grunt.initConfig({
project: {
key: 'grunt-sonar',
name: 'Grunt sonar plugin',
version: '0.2.12'
version: '0.2.13'
},
paths: [...],
exclusions: []
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-karma-sonar",
"description": "Grunt plugin for integrating karma reports with sonar",
"version": "0.2.12",
"version": "0.2.13",
"homepage": "https://github.com/mdasberg/grunt-karma-sonar",
"author": {
"name": "Mischa Dasberg",
Expand Down

0 comments on commit 4d08386

Please sign in to comment.