Skip to content

Commit

Permalink
Merge branch 'master' of github.com:yeun/open-color
Browse files Browse the repository at this point in the history
  • Loading branch information
yeun committed Dec 26, 2017
2 parents 07ceb1a + aa8c476 commit b713e4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"scripts": {
"test": "npm run test-typescript",
"test-typescript": "tsc open-color.d.ts tests/typescript.ts --noEmit",
"compile-templates": "node compile-templates.js"
"compile-templates": "node compile-templates.js",
"prepublish": "npm run compile-templates"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit b713e4e

Please sign in to comment.