Skip to content

Commit

Permalink
add dependencie label manager
Browse files Browse the repository at this point in the history
  • Loading branch information
jasancheg committed Nov 9, 2017
1 parent 5341c57 commit a6cc428
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# react-native-prepare-svg

[![npm version](https://badge.fury.io/js/react-native-prepare-svg.svg)](https://npmjs.org/package/react-native-prepare-svg) [![Dependency Status](https://img.shields.io/david/jasancheg/react-native-prepare-svg.svg?style=flat)](https://david-dm.org/jasancheg/react-native-prepare-svg)

Tool to transform `svg` files and 'strings' into a flat `JSON` list.

> Useful to manipulate `SVG` with `Expo` or `react-native-svg` Components.
Expand Down Expand Up @@ -27,7 +29,7 @@ Tool to transform `svg` files and 'strings' into a flat `JSON` list.

```
-h, --help output usage information
-v, --version output the version number
-V, --version output the version number
-i, --input [input] Specifies input folder or file.
Default current folder
-o, --output [output] Specifies output file. Default ./svgson.json
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-prepare-svg",
"version": "0.0.6",
"version": "0.0.7",
"description": "Convert svg files to json, remove all unnecessary values.",
"main": "./lib/index",
"scripts": {
Expand Down

0 comments on commit a6cc428

Please sign in to comment.