Skip to content

Commit

Permalink
CLI tweak (#13)
Browse files Browse the repository at this point in the history
* CLI tweak

* version bump
  • Loading branch information
John Richard Chipps-Harding authored Nov 16, 2022
1 parent 634a0b7 commit 23e1046
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@phntms/css-components",
"description": "At its core, css-components is a simple wrapper around standard CSS. It allows you to write your CSS how you wish then compose them into a component ready to be used in React.",
"version": "0.0.8",
"version": "0.0.9",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"homepage": "https://github.com/phantomstudios/css-components#readme",
Expand All @@ -22,8 +22,9 @@
"css-components": "lib/cli/index.js"
},
"scripts": {
"build": "tsc",
"build": "tsc && npm run build:shebang",
"build:types": "tsc --emitDeclarationOnly",
"build:shebang": "echo '#!/usr/bin/env node' | cat - ./lib/cli/index.js > temp && mv temp ./lib/cli/index.js",
"prepublishOnly": "npm run build",
"test": "jest --verbose",
"test:watch": "jest --verbose --watch",
Expand Down

0 comments on commit 23e1046

Please sign in to comment.