Skip to content

Commit 8be12f3

Browse files
committed
#23 add hashbang, bump to 0.1.1
1 parent 90f6748 commit 8be12f3

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unvt/sprite-one",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Generate sprite images and json without mapnik",
55
"main": "dist/lib/index.js",
66
"types": "dist/lib/index.d.ts",

src/bin/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env node
2+
13
import { Command } from 'commander'
24
import { generateSprite } from '../lib'
35

0 commit comments

Comments
 (0)