Skip to content

Commit

Permalink
feat: #9 set correct files
Browse files Browse the repository at this point in the history
  • Loading branch information
lumio committed Jan 12, 2021
1 parent d020cc9 commit e290fce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 27 deletions.
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
{
"name": "semci",
"version": "0.1.0",
"version": "0.1.1",
"description": "Git helper to create semver commits and name branches accordingly",
"main": "bin/index.js",
"bin": {
"semci": "bin/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"post-build": "ts-node scripts/post-build.ts",
"build": "rm -rf bin; tsc && cp package.json bin/ && chmod +x bin/index.js && npm run post-build"
"prepare": "npm run build",
"build": "rm -rf bin; tsc && cp package.json bin/ && chmod +x bin/index.js"
},
"author": "Benjamin Falk <[email protected]> (https://lumio.at/)",
"bugs": "https://github.com/lumio/semci/issues",
"license": "GPL-3.0-only",
"files": [
"bin/**/*"
],
"dependencies": {
"change-case": "3.1.0",
"commander": "3.0.2",
Expand Down
24 changes: 0 additions & 24 deletions scripts/post-build.ts

This file was deleted.

0 comments on commit e290fce

Please sign in to comment.