Skip to content

Commit 3cff7d4

Browse files
committed
npm publish doesn't respect global gitignore
1 parent 7f0dd47 commit 3cff7d4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.idea

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lightning-components/image",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Lazy loads images to improve page speed",
55
"main": "lightning-image.js",
66
"keywords": [

0 commit comments

Comments
 (0)