diff options
| author | Teddy Wing | 2014-03-26 21:47:00 -0400 |
|---|---|---|
| committer | Teddy Wing | 2014-03-26 21:47:00 -0400 |
| commit | dc3479bce6528c42353a22fdf2a98dfda22e5afa (patch) | |
| tree | f48cbc674ed940394e8a0c71091a20ce5c186016 /package.json | |
| parent | 996d3b473a35416fb6d13805ba22067031f1a2de (diff) | |
| download | GitHub-Show-Full-Commit-Message-Bookmarklet-dc3479bce6528c42353a22fdf2a98dfda22e5afa.tar.bz2 | |
Add npm script to compile bookmarklet
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index d37ef20..c76ddd9 100644 --- a/package.json +++ b/package.json @@ -6,5 +6,8 @@ "license": "MIT", "dependencies": { "bookmarklet": "0.x" + }, + "scripts": { + "package": "bookmarklet github-show-full-commit-message.js > build/github-show-full-commit-message.bookmarklet" } } |
