This commit is contained in:
Philipp Kunz 2018-03-05 01:21:29 +01:00
parent e295f47133
commit ae25992806

View File

@ -1,6 +1,6 @@
{ {
"name": "beautyfiglet", "name": "beautyfiglet",
"version": "1.0.1", "version": "1.0.2",
"description": "figlet display in nodejs", "description": "figlet display in nodejs",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@ -10,9 +10,8 @@
"test": "(npmts)", "test": "(npmts)",
"format": "(gitzone format)" "format": "(gitzone format)"
}, },
"devDependencies": { "devDependencies": {
"tapbundle": "^1.0.13" "tapbundle": "^1.0.13"
}, },
"dependencies": { "dependencies": {}
}
} }