Skip to content

Commit 43b6496

Browse files
committed
v0.7.4
1 parent 4f81654 commit 43b6496

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "simple-scaffold",
3-
"version": "0.7.2",
3+
"version": "0.7.4",
44
"description": "Create files based on templates",
55
"repository": "https://github.com/chenasraf/simple-scaffold.git",
66
"author": "Chen Asraf <inbox@casraf.com>",
77
"license": "MIT",
8-
"main": "dist/scaffold.js",
9-
"bin": "dist/cmd.js",
8+
"main": "./dist/scaffold.js",
9+
"bin": "./dist/cmd.js",
1010
"types": "index.d.ts",
1111
"scripts": {
1212
"clean": "rm -rf dist/",

0 commit comments

Comments
 (0)