Skip to content
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.

Commit

Permalink
build: met à jour les dépendances
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisromain committed Dec 19, 2019
1 parent b59932f commit c744081
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dev": "onchange '**/*.js' -i -k -- npm run build",
"start": "npm run build && node ./index.js",
"commit": "npx git-cz",
"release": "standard-version && git push --follow-tags origin master && npx conventional-github-releaser"
"release": "standard-version && git push --follow-tags upstream master && npx conventional-github-releaser"
},
"author": {
"name": "François Romain",
Expand All @@ -31,7 +31,7 @@
"serve-index": "^1.9.1"
},
"devDependencies": {
"@types/node": "^12.12.20",
"@types/node": "^12.12.21",
"@types/node-fetch": "^2.5.4",
"commitizen": "^4.0.3",
"conventional-github-releaser": "^3.1.3",
Expand Down

0 comments on commit c744081

Please sign in to comment.