Skip to content

Commit

Permalink
Remove 'builds' from targets, because it used by native modules. Bump…
Browse files Browse the repository at this point in the history
… version
  • Loading branch information
inikulin committed Nov 18, 2014
1 parent fae6240 commit e957656
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions lib/targets.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ module.exports = [
'benchmark/',
'benchmarks/',
'bower.json',
'build/',
'component.json',
'composer.json',
'coverage/',
Expand All @@ -61,4 +60,4 @@ module.exports = [
'testing/',
'tests/',
'v8.log'
];
];
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dmn",
"description": "Node package dependency cleaner and .npmignore file generator.",
"version": "1.0.8",
"version": "1.0.9",
"author": "Ivan Nikulin <ifaaan@gmail.com> (https://github.com/inikulin)",
"homepage": "http://inikulin.github.io/dmn/",
"keywords": [
Expand Down

0 comments on commit e957656

Please sign in to comment.