We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f81654 commit 43b6496Copy full SHA for 43b6496
package.json
@@ -1,12 +1,12 @@
1
{
2
"name": "simple-scaffold",
3
- "version": "0.7.2",
+ "version": "0.7.4",
4
"description": "Create files based on templates",
5
"repository": "https://github.com/chenasraf/simple-scaffold.git",
6
"author": "Chen Asraf <inbox@casraf.com>",
7
"license": "MIT",
8
- "main": "dist/scaffold.js",
9
- "bin": "dist/cmd.js",
+ "main": "./dist/scaffold.js",
+ "bin": "./dist/cmd.js",
10
"types": "index.d.ts",
11
"scripts": {
12
"clean": "rm -rf dist/",
0 commit comments