Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
e94ff731f6 | ||
|
dcbfe081c5 | ||
|
e08e0bd74a | ||
|
46d0bfb89f | ||
|
93a9743a04 |
1
.npmignore
Normal file
1
.npmignore
Normal file
@@ -0,0 +1 @@
|
||||
src/
|
@@ -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
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "svg-iconset",
|
||||
"version": "0.0.3",
|
||||
"version": "0.0.5",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "svg-iconset",
|
||||
"version": "0.0.3",
|
||||
"name": "svg-iconset-builder",
|
||||
"version": "0.0.5",
|
||||
"description": "create iconset from separated svg icons",
|
||||
"main": "./dist/app.js",
|
||||
"scripts": {
|
||||
|
Reference in New Issue
Block a user