Skip to content

Commit 958e77d

Browse files
committed
specify files & remove wrong main of package.json
1 parent 94fc518 commit 958e77d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "cssrecipes-grid",
33
"version": "0.4.0",
44
"description": "BEMish grid component",
5-
"main": "index.js",
65
"keywords": [
76
"browser",
87
"style",
@@ -24,6 +23,12 @@
2423
"bugs": {
2524
"url": "https://github.com/cssrecipes/grid/issues"
2625
},
26+
"files": [
27+
"CHANGELOG.md",
28+
"LICENSE",
29+
"lib",
30+
"index.css"
31+
],
2732
"devDependencies": {
2833
"cssnext": "^0.4.0"
2934
},

0 commit comments

Comments
 (0)