7 Commits

Author SHA1 Message Date
Konstantin Vulsonov
c94006d881 update npmignore 2018-09-19 01:15:35 +03:00
Konstantin Vulsonov
35bbb1bbbb update npmignore 2018-09-19 01:14:31 +03:00
Konstantin Vulsonov
e94ff731f6 Update package name 2018-09-19 01:06:10 +03:00
Konstantin Vulsonov
dcbfe081c5 update pkg name 2018-09-19 01:05:59 +03:00
Konstantin Vulsonov
e08e0bd74a Update package name 2018-09-19 01:00:32 +03:00
Konstantin Vulsonov
46d0bfb89f update pkg name 2018-09-19 01:00:26 +03:00
Konstantin Vulsonov
93a9743a04 added npmignore 2018-09-19 00:55:25 +03:00
4 changed files with 13 additions and 6 deletions

7
.npmignore Normal file
View File

@@ -0,0 +1,7 @@
src/
.vscode/
.idea/
tsconfig.json
tslint.json
.editorconfig

View File

@@ -1,4 +1,4 @@
# svg-iconset
# svg-iconset-builder
Plugin to create iconsets from SVG files
> Disclaimer:<br>
@@ -9,11 +9,11 @@ Plugin to create iconsets from SVG files
Support command line interface:
```
npm install svg-iconset -g
npm install svg-iconset-builder -g
```
Or you can install for yout project
```
npm install svg-iconset --save
npm install svg-iconset-builder --save
```
## Usage

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "svg-iconset",
"version": "0.0.3",
"version": "0.0.6",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "svg-iconset",
"version": "0.0.3",
"name": "svg-iconset-builder",
"version": "0.0.6",
"description": "create iconset from separated svg icons",
"main": "./dist/app.js",
"scripts": {