Skip to content

Commit 3eb2ee0

Browse files
author
Rodrigo Solis
committed
fix: npm publishing workflow .gitignore ignores npm files 😒
1 parent 2ce69cd commit 3eb2ee0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "React placeholders made simple.",
55
"source": "src/index.js",
66
"main": "lib/index.js",
7+
"files": ["lib"],
78
"scripts": {
89
"build": "babel ./src --out-dir ./lib",
910
"build:watch": "babel ./src --out-dir ./lib --watch",

0 commit comments

Comments
 (0)