Amio
6 years ago
2 changed files with 4 additions and 3 deletions
Before Width: | Height: | Size: 766 B After Width: | Height: | Size: 766 B |
@ -1,12 +1,13 @@ |
|||
{ |
|||
"name": "badgen-icons", |
|||
"description": "Badgen's icons", |
|||
"version": "0.3.0", |
|||
"version": "0.3.1", |
|||
"repository": "badgen/icons", |
|||
"author": "Amio <amio.cn@gmail.com>", |
|||
"license": "ISC", |
|||
"main": "index.js", |
|||
"scripts": { |
|||
"build": "node build.js" |
|||
"build": "node build.js", |
|||
"prePublishOnly": "npm run build" |
|||
} |
|||
} |
|||
|
Loading…
Reference in new issue