This commit is contained in:
Rafael Bardini 2021-03-06 14:53:58 +01:00
parent 807acf6473
commit 9ea70a1196
2 changed files with 6 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{
"name": "jsonresume-theme-even",
"version": "0.8.0",
"version": "0.9.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "0.8.0",
"version": "0.9.0",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "jsonresume-theme-even",
"version": "0.8.0",
"version": "0.9.0",
"description": "A flat theme for JSON Resume, compatible with the bleeding edge resume schema",
"homepage": "https://github.com/rbardini/jsonresume-theme-even",
"bugs": {
@ -12,7 +12,9 @@
},
"license": "MIT",
"author": "Rafael Bardini",
"bin": "bin/cli.js",
"bin": {
"jsonresume-theme-even": "bin/cli.js"
},
"files": [
"bin",
"index.js",