Skip to content

Commit 1b6759c

Browse files
author
Jordi Aguilar
committed
add git log to gitignore
1 parent e338b37 commit 1b6759c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
node_modules
2+
3+
npm-debug.log

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gulp-npawify",
3-
"version": "1.0.0",
3+
"version": "0.1.0",
44
"description": "Gulp builder that packs browserify with sourcemaps, uglify and license",
55
"main": "dist/npawify.js",
66
"scripts": {

0 commit comments

Comments
 (0)