Skip to content
This repository was archived by the owner on Aug 7, 2020. It is now read-only.

Commit 5dec2fd

Browse files
authoredMar 13, 2018
chore: upgrade npm-scripts-config (#25)
Signed-off-by: Jimmy Fortin <[email protected]>
1 parent 8003c1e commit 5dec2fd

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"lodash-webpack-plugin": "^0.11.4",
4242
"ng-annotate": "~1.2.1",
4343
"ng-annotate-loader": "~0.6.1",
44-
"npm-scripts-config": "^0.0.1",
44+
"npm-scripts-config": "^0.0.2",
4545
"npm-scripts-conventional-changelog": "^0.1.0",
4646
"postcss-loader": "^2.0.5",
4747
"rimraf": "~2.6.1",

‎yarn.lock

+11-6
Original file line numberDiff line numberDiff line change
@@ -3474,22 +3474,27 @@ normalize-path@^2.0.0, normalize-path@^2.0.1:
34743474
dependencies:
34753475
remove-trailing-separator "^1.0.1"
34763476

3477+
npm-module-path@^2.0.2:
3478+
version "2.0.2"
3479+
resolved "https://registry.yarnpkg.com/npm-module-path/-/npm-module-path-2.0.2.tgz#671c4f48a5662790b5ed9fa0091c55ed27f85218"
3480+
34773481
npm-run-path@^2.0.0:
34783482
version "2.0.2"
34793483
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f"
34803484
dependencies:
34813485
path-key "^2.0.0"
34823486

3483-
npm-scripts-config@^0.0.1:
3484-
version "0.0.1"
3485-
resolved "https://registry.yarnpkg.com/npm-scripts-config/-/npm-scripts-config-0.0.1.tgz#a302cf0615d3c2bf0005c20866a854817ab3b1d5"
3487+
npm-scripts-config@^0.0.2:
3488+
version "0.0.2"
3489+
resolved "https://registry.yarnpkg.com/npm-scripts-config/-/npm-scripts-config-0.0.2.tgz#55a6614cb98a8056ced3a8c68a56365287c613ad"
34863490
dependencies:
34873491
exec-sh "^0.2.1"
3492+
npm-module-path "^2.0.2"
34883493
rc-config-loader "^2.0.1"
34893494

3490-
npm-scripts-conventional-changelog@^0.0.1:
3491-
version "0.0.1"
3492-
resolved "https://registry.yarnpkg.com/npm-scripts-conventional-changelog/-/npm-scripts-conventional-changelog-0.0.1.tgz#180bd112953f144ed0b704d2eb5cb05fea5e9a3c"
3495+
npm-scripts-conventional-changelog@^0.1.0:
3496+
version "0.1.0"
3497+
resolved "https://registry.yarnpkg.com/npm-scripts-conventional-changelog/-/npm-scripts-conventional-changelog-0.1.0.tgz#7beb5915d8b4e740efe43b0c73810adaa76673a8"
34933498
dependencies:
34943499
"@commitlint/cli" "^6.1.0"
34953500
"@commitlint/config-conventional" "^6.1.0"

0 commit comments

Comments
 (0)
This repository has been archived.