chore(react): Publish

This commit is contained in:
John Letey
2020-06-28 16:02:46 +01:00
parent 3624f449f0
commit c00ebdacca

View File

@@ -1,8 +1,11 @@
{
"private": true,
"name": "react",
"name": "react-featherity",
"version": "1.0.0",
"description": "React component for Featherity icons",
"main": "src/index.js",
"typings": "src/index.d.ts",
"author": "John Letey",
"license": "ISC",
"scripts": {
"compile": "rm -rf src/icons && node bin/build.js"
},