mirror of
https://github.com/sydev/decrypt-dlc-cli
synced 2026-01-06 17:58:02 +00:00
(Release) 0.1.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "decrypt-dlc-cli",
|
"name": "decrypt-dlc-cli",
|
||||||
"version": "0.0.1",
|
"version": "0.1.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
@@ -32,7 +32,9 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"commander": "^2.9.0",
|
"commander": "^2.9.0",
|
||||||
"decrypt-dlc": "^0.0.1"
|
"decrypt-dlc": "^1.0.0",
|
||||||
|
"is-file": "^1.0.0",
|
||||||
|
"is-url": "^1.2.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"ava": "^0.17.0",
|
"ava": "^0.17.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user