mirror of
https://github.com/sydev/decrypt-dlc-cli
synced 2026-01-12 04:48:01 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2bc11bacb9 | ||
|
|
61b463af6c |
@@ -43,6 +43,8 @@ $ npm test
|
|||||||
|
|
||||||
## Release Notes
|
## Release Notes
|
||||||
|
|
||||||
|
- ```1.0.2```
|
||||||
|
- Update [acorn](https://www.npmjs.com/package/acorn) to `^6.4.1`
|
||||||
- ```1.0.0```
|
- ```1.0.0```
|
||||||
- Release
|
- Release
|
||||||
- ```0.1.0```
|
- ```0.1.0```
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "decrypt-dlc-cli",
|
"name": "decrypt-dlc-cli",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
@@ -41,6 +41,9 @@
|
|||||||
"eslint-plugin-node": "^9.1.0",
|
"eslint-plugin-node": "^9.1.0",
|
||||||
"execa": "^1.0.0"
|
"execa": "^1.0.0"
|
||||||
},
|
},
|
||||||
|
"resolutions": {
|
||||||
|
"acorn": "^6.4.1"
|
||||||
|
},
|
||||||
"ava": {
|
"ava": {
|
||||||
"files": [
|
"files": [
|
||||||
"test/test.js"
|
"test/test.js"
|
||||||
|
|||||||
@@ -350,10 +350,10 @@ acorn-jsx@^5.0.0:
|
|||||||
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.0.1.tgz#32a064fd925429216a09b141102bfdd185fae40e"
|
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.0.1.tgz#32a064fd925429216a09b141102bfdd185fae40e"
|
||||||
integrity sha512-HJ7CfNHrfJLlNTzIEUTj43LNWGkqpRLxm3YjAlcD0ACydk9XynzYsCBHxut+iqt+1aBXkx9UP/w/ZqMr13XIzg==
|
integrity sha512-HJ7CfNHrfJLlNTzIEUTj43LNWGkqpRLxm3YjAlcD0ACydk9XynzYsCBHxut+iqt+1aBXkx9UP/w/ZqMr13XIzg==
|
||||||
|
|
||||||
acorn@^6.0.7:
|
acorn@^6.0.7, acorn@^6.4.1:
|
||||||
version "6.1.1"
|
version "6.4.1"
|
||||||
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.1.1.tgz#7d25ae05bb8ad1f9b699108e1094ecd7884adc1f"
|
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.1.tgz#531e58ba3f51b9dacb9a6646ca4debf5b14ca474"
|
||||||
integrity sha512-jPTiwtOxaHNaAPg/dmrJ/beuzLRnXtB0kQPQ8JpotKJgTB6rX6c8mlf315941pyjBSaPg8NHXS9fhP4u17DpGA==
|
integrity sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA==
|
||||||
|
|
||||||
ajv@^6.5.5, ajv@^6.9.1:
|
ajv@^6.5.5, ajv@^6.9.1:
|
||||||
version "6.10.0"
|
version "6.10.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user