Skip to content

Commit

Permalink
🔖 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MethodGrab committed Oct 28, 2022
1 parent 53be351 commit 0045812
Show file tree
Hide file tree
Showing 2 changed files with 7 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.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"name": "create-elm-package",
"version": "1.0.0",
"version": "1.0.1",
"description": "An initializer for creating new Elm packages.",
"type": "module",
"exports": null,
"bin": "./dist/cli.js",
"files": ["dist/**", "templates/**"],
"files": [
"dist/**",
"templates/**"
],
"scripts": {
"build": "rm -rf ./dist && tsc --project ./tsconfig.build.json",
"postbuild": "chmod +x ./dist/cli.js",
Expand Down

0 comments on commit 0045812

Please sign in to comment.