Skip to content

Commit

Permalink
Merge pull request #24 from unvt/dev-23
Browse files Browse the repository at this point in the history
#23 add hashbang, bump to 0.1.1
  • Loading branch information
smellman authored Dec 15, 2023
2 parents 90f6748 + 8be12f3 commit 8fcea0e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unvt/sprite-one",
"version": "0.1.0",
"version": "0.1.1",
"description": "Generate sprite images and json without mapnik",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
Expand Down
2 changes: 2 additions & 0 deletions src/bin/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

import { Command } from 'commander'
import { generateSprite } from '../lib'

Expand Down

0 comments on commit 8fcea0e

Please sign in to comment.