Skip to content

Commit

Permalink
Fixed missing index.js
Browse files Browse the repository at this point in the history
Which is npm bug
  • Loading branch information
TrySound committed Jul 5, 2015
1 parent 7dd8d20 commit 2b2306e
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "gulp-file-include",
"version": "0.13.0",
"version": "0.13.1",
"description": "a gulp plugin for file include",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -36,10 +36,5 @@
"gulp-util": "^3.0.6",
"merge": "^1.2.0",
"through2": "^2.0.0"
},
"files": [
"lib",
"index.js",
"Readme.md"
]
}
}

5 comments on commit 2b2306e

@haoxins
Copy link
Owner

@haoxins haoxins commented on 2b2306e Jul 6, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@TrySound which is your npm version? files is fine to me.

@TrySound
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@coderhaoxin This bug of npm. Sometimes publishes correct, sometimes not.

@TrySound
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@coderhaoxin This issue still open.
npm/npm#5082

@haoxins
Copy link
Owner

@haoxins haoxins commented on 2b2306e Jul 6, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@TrySound mv index.js to lib

@haoxins
Copy link
Owner

@haoxins haoxins commented on 2b2306e Jul 6, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

published 0.13.2

Please sign in to comment.