Skip to content

Commit 4ade7bc

Browse files
author
jack
committed
change npm to yarn
1 parent d99afd5 commit 4ade7bc

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"types": "./lib/index.d.ts",
77
"bin": "./lib/cli.js",
88
"scripts": {
9-
"pretest": "npm run build",
9+
"pretest": "yarn build",
1010
"test": "jest --bail",
1111
"lint": "tslint -p tslint.json && tsc --noEmit",
1212
"build": "del-cli \"./lib/*\" && tsc",
13-
"prepack": "npm run lint && npm run test"
13+
"prepack": "yarn lint && yarn test"
1414
},
1515
"repository": {
1616
"type": "git",

yarn.lock

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2737,16 +2737,6 @@ lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.13, lodash@^4.17.4:
27372737
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.13.tgz#0bdc3a6adc873d2f4e0c4bac285df91b64fc7b93"
27382738
integrity sha512-vm3/XWXfWtRua0FkUyEHBZy8kCPjErNBT9fJx8Zvs+U6zjqPbTUOpkaoum3O5uiA8sm+yNMHXfYkTUHFoMxFNA==
27392739

2740-
lodash@^4.17.15:
2741-
version "4.17.15"
2742-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
2743-
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
2744-
2745-
lodash@^4.17.15:
2746-
version "4.17.15"
2747-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
2748-
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
2749-
27502740
loose-envify@^1.0.0:
27512741
version "1.4.0"
27522742
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"

0 commit comments

Comments
 (0)