We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f9a385 commit 0fed899Copy full SHA for 0fed899
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "simple-scaffold",
3
- "version": "0.1.1",
+ "version": "0.1.2",
4
"description": "Create files based on templates",
5
"repository": "https://github.com/chenasraf/simple-scaffold.git",
6
"author": "Chen Asraf <inbox@casraf.com>",
@@ -13,6 +13,9 @@
13
"start": "node ./dist/scaffold.js",
14
"test": "yarn build && node ./scripts/test.js"
15
},
16
+ "files": [
17
+ "./dist/scaffold.js"
18
+ ],
19
"devDependencies": {
20
"@types/node": "^8.0.50",
21
"ts-loader": "^3.1.1",
0 commit comments