Skip to content

Commit

Permalink
update package.json to version v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
WindomZ committed Jun 16, 2017
1 parent d9d19e3 commit 2e78498
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 17 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "fmtconv",
"version": "1.0.2",
"version": "1.0.3",
"description": "Convert between JSON and YAML format files.",
"main": "index.js",
"bin": {
"fmtconv": "./bin/fmtconv"
"fmtconv": "./bin/fmtconv.js"
},
"engines": {
"node": ">=6"
Expand Down
23 changes: 8 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1237,9 +1237,9 @@ eslint-config-standard-jsx@4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/eslint-config-standard-jsx/-/eslint-config-standard-jsx-4.0.1.tgz#cd4e463d0268e2d9e707f61f42f73f5b3333c642"

eslint-config-standard@10.2.0:
version "10.2.0"
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-10.2.0.tgz#9e5a495c32aae8aa8aeb580b703ef645a1765e9b"
eslint-config-standard@10.2.1:
version "10.2.1"
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-10.2.1.tgz#c061e4d066f379dc17cd562c64e819b4dd454591"

eslint-import-resolver-node@^0.2.0:
version "0.2.3"
Expand Down Expand Up @@ -2243,14 +2243,7 @@ js-yaml@3.6.1:
argparse "^1.0.7"
esprima "^2.6.0"

js-yaml@^3.5.1, js-yaml@^3.8.2:
version "3.8.3"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.8.3.tgz#33a05ec481c850c8875929166fe1beb61c728766"
dependencies:
argparse "^1.0.7"
esprima "^3.1.1"

js-yaml@^3.8.4:
js-yaml@^3.5.1, js-yaml@^3.8.2, js-yaml@^3.8.4:
version "3.8.4"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.8.4.tgz#520b4564f86573ba96662af85a8cafa7b4b5a6f6"
dependencies:
Expand Down Expand Up @@ -3436,12 +3429,12 @@ standard-engine@~7.0.0:
minimist "^1.1.0"
pkg-conf "^2.0.0"

standard@*:
version "10.0.1"
resolved "https://registry.yarnpkg.com/standard/-/standard-10.0.1.tgz#99c1578fcca8d6f54ce8c2711f5452443e839082"
standard@^10.0.2:
version "10.0.2"
resolved "https://registry.yarnpkg.com/standard/-/standard-10.0.2.tgz#974c1c53cc865b075a4b576e78441e1695daaf7b"
dependencies:
eslint "~3.19.0"
eslint-config-standard "10.2.0"
eslint-config-standard "10.2.1"
eslint-config-standard-jsx "4.0.1"
eslint-plugin-import "~2.2.0"
eslint-plugin-node "~4.2.2"
Expand Down

0 comments on commit 2e78498

Please sign in to comment.