Skip to content

Commit dc430dd

Browse files
Nikita VasilyevNikita Vasilyev
authored andcommitted
Merge pull request #33 from papandreou/prepublish
Reduced the number of gotchas when publishing a new CSSOM package
2 parents e3a1284 + 00db310 commit dc430dd

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/lib/index.js
2+
/node_modules/

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,8 @@
2727
"type": "MIT",
2828
"url": "http://creativecommons.org/licenses/MIT/"
2929
}
30-
]
30+
],
31+
"scripts": {
32+
"prepublish": "jake lib/index.js"
33+
}
3134
}

0 commit comments

Comments
 (0)