Skip to content

Commit

Permalink
fix base upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
dword-design committed Dec 6, 2019
1 parent 44c20e8 commit 462e0f2
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 33 deletions.
14 changes: 8 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
.DS_Store
.editorconfig
.nyc_output
.vscode
coverage
dist
node_modules
/.babelrc
/.editorconfig
/.eslintrc.json
/.nyc_output
/.vscode
/coverage
/dist
/node_modules
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tasks:
- init: yarn
- init: yarn && yarn prepublishOnly

vscode:
extensions:
Expand Down
5 changes: 4 additions & 1 deletion .renovaterc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"rangeStrategy": "update-lockfile"
"lockFileMaintenance": {
"enabled": true,
"schedule": "at any time"
}
}
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: ~> 1.0
language: node_js
node_js:
- 11

import: dword-design/travis-config:dist/index.yml@master
after_script: "yarn add coveralls && cat ./coverage/lcov.info | coveralls"
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
{
"name": "@dword-design/babel-config",
"version": "1.0.3",
"main": "dist/index.js",
"bugs": {
"url": "https://github.com/dword-design/babel-config/issues"
},
"repository": "dword-design/babel-config",
"license": "MIT",
"author": "Sebastian Landwehr <info@dword-design.de>",
"contributors": [
"dword-design (http://www.dword-design.de)",
"Renovate Bot (http://renovatebot.com)"
],
"files": [
"dist"
],
"repository": "dword-design/babel-config",
"author": "Sebastian Landwehr <info@dword-design.de>",
"license": "MIT",
"main": "dist/index.js",
"scripts": {
"prepare": "base-node prepare",
"prepublishOnly": "base-node build",
"start": "base-node start",
"test": "base-node test"
},
Expand All @@ -28,12 +35,5 @@
"expect": "^24.9.0",
"with-local-tmp-dir": "^2.1.0"
},
"maintainers": [],
"contributors": [
"dword-design (http://www.dword-design.de)",
"Renovate Bot (http://renovatebot.com)"
],
"bugs": {
"url": "https://github.com/dword-design/babel-config/issues"
}
"maintainers": []
}
11 changes: 1 addition & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1358,7 +1358,6 @@ chardet@^0.7.0:

chdir@dword-design/node-chdir#fork:
version "0.0.0"
uid "55004473579e2b8d293ced5410af5948793971b6"
resolved "https://codeload.github.com/dword-design/node-chdir/tar.gz/55004473579e2b8d293ced5410af5948793971b6"

child-process-promise@^2.2.1:
Expand Down Expand Up @@ -1727,7 +1726,6 @@ delegates@^1.0.0:

depcheck@dword-design/depcheck#fork:
version "0.0.1"
uid "9947160b51e73cadbd92716544f758ab07f215cd"
resolved "https://codeload.github.com/dword-design/depcheck/tar.gz/9947160b51e73cadbd92716544f758ab07f215cd"
dependencies:
"@babel/parser" "^7.6.4"
Expand Down Expand Up @@ -4139,20 +4137,13 @@ resolve-url@^0.2.1:
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=

resolve@^1.10.0, resolve@^1.11.0, resolve@^1.12.0, resolve@^1.3.2, resolve@^1.5.0:
resolve@^1.10.0, resolve@^1.11.0, resolve@^1.12.0, resolve@^1.3.2, resolve@^1.4.0, resolve@^1.5.0:
version "1.13.1"
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.13.1.tgz#be0aa4c06acd53083505abb35f4d66932ab35d16"
integrity sha512-CxqObCX8K8YtAhOBRg+lrcdn+LK+WYOS8tSjqSFbjtrI5PnS63QPhZl4+yKfrU9tdsbMu9Anr/amegT87M9Z6w==
dependencies:
path-parse "^1.0.6"

resolve@^1.4.0:
version "1.12.2"
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.12.2.tgz#08b12496d9aa8659c75f534a8f05f0d892fff594"
integrity sha512-cAVTI2VLHWYsGOirfeYVVQ7ZDejtQ9fp4YhYckWDEkFfqbVjaT11iM8k6xSAfGFMM+gDpZjMnFssPu8we+mqFw==
dependencies:
path-parse "^1.0.6"

resolve@~1.11.1:
version "1.11.1"
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.11.1.tgz#ea10d8110376982fef578df8fc30b9ac30a07a3e"
Expand Down

0 comments on commit 462e0f2

Please sign in to comment.