Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 59df772

Browse files
authored
Merge pull request #219 from asigloo/bugfix/remove-stuff-from-npm-build
fix(npm): removed unnecessary directories and files from npm package
2 parents d0dadbd + 64c432f commit 59df772

File tree

6 files changed

+5
-35
lines changed

6 files changed

+5
-35
lines changed

.npmignore

+3
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ yarn.lock
2727
/tests
2828
/temp
2929
/templates
30+
/demos
31+
/src
32+
.github

.vuegenerator

-4
This file was deleted.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<a href="https://www.npmjs.com/package/@asigloo/vue-dynamic-forms">
77
<img src="https://badgen.net/npm/v/@asigloo/vue-dynamic-forms" alt="Current npm version">
88
</a>
9-
10-
<a href="https://bundlephobia.com/result?p=@asigloo/vue-dynamic-forms">
9+
10+
<a href="https://bundlephobia.com/result?p=@asigloo/vue-dynamic-forms">
1111
<img src="https://flat.badgen.net/bundlephobia/min/@asigloo/vue-dynamic-forms" alt="Minified size">
1212
</a>
1313

templates/component/{name_sc}/{name_pc}.js

-12
This file was deleted.

templates/component/{name_sc}/{name_pc}.spec.js

-13
This file was deleted.

templates/component/{name_sc}/{name_pc}.vue

-4
This file was deleted.

0 commit comments

Comments
 (0)