Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
e08e0bd74a | ||
|
46d0bfb89f | ||
|
93a9743a04 |
1
.npmignore
Normal file
1
.npmignore
Normal file
@@ -0,0 +1 @@
|
|||||||
|
src/
|
@@ -9,11 +9,11 @@ Plugin to create iconsets from SVG files
|
|||||||
|
|
||||||
Support command line interface:
|
Support command line interface:
|
||||||
```
|
```
|
||||||
npm install svg-iconset -g
|
npm install @darius/svg-iconset -g
|
||||||
```
|
```
|
||||||
Or you can install for yout project
|
Or you can install for yout project
|
||||||
```
|
```
|
||||||
npm install svg-iconset --save
|
npm install @darius/svg-iconset --save
|
||||||
```
|
```
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "svg-iconset",
|
"name": "svg-iconset",
|
||||||
"version": "0.0.3",
|
"version": "0.0.4",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "svg-iconset",
|
"name": "@darius/svg-iconset",
|
||||||
"version": "0.0.3",
|
"version": "0.0.4",
|
||||||
"description": "create iconset from separated svg icons",
|
"description": "create iconset from separated svg icons",
|
||||||
"main": "./dist/app.js",
|
"main": "./dist/app.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Reference in New Issue
Block a user