Skip to content

Commit 0045812

Browse files
committed
🔖 1.0.1
1 parent 53be351 commit 0045812

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
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: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
{
22
"name": "create-elm-package",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "An initializer for creating new Elm packages.",
55
"type": "module",
66
"exports": null,
77
"bin": "./dist/cli.js",
8-
"files": ["dist/**", "templates/**"],
8+
"files": [
9+
"dist/**",
10+
"templates/**"
11+
],
912
"scripts": {
1013
"build": "rm -rf ./dist && tsc --project ./tsconfig.build.json",
1114
"postbuild": "chmod +x ./dist/cli.js",

0 commit comments

Comments
 (0)