Skip to content

Commit b9d0ff0

Browse files
author
Robin Frischmann
committed
Merged
1 parent efef050 commit b9d0ff0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
{
22
"name": "css-functions",
3-
"version": "1.0.1",
3+
"version": "1.0.4",
44
"description": "JavaScript functions to build CSS functions",
55
"main": "lib/index.js",
6+
"files": [
7+
"LICENSE",
8+
"README.md",
9+
"/lib",
10+
"/dist"
11+
],
612
"scripts": {
713
"babel": "babel -d lib modules",
814
"lint": "eslint modules",

0 commit comments

Comments
 (0)