Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GabeDuarteM authored and GabrielDuarteM-BG committed Nov 18, 2018
1 parent 42fee8f commit b4406b0
Show file tree
Hide file tree
Showing 8 changed files with 5,905 additions and 1,783 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package.json
package-lock.json
/node_modules
/build
/dist
/coverage
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ bower_components
build/Release

# Dist folder
build
dist

# Dependency directories
node_modules/
Expand Down Expand Up @@ -62,4 +62,3 @@ typings/

# dotenv environment variables file
.env

2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package.json
package-lock.json
/node_modules
/build
/dist
/coverage
1 change: 0 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
{
"path": "semantic-release-chrome",
"asset": "youtube-autoclose-ads.zip",
"distFolder": "build"
}
],
"publish": [
Expand Down
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
language: node_js
cache: yarn
cache:
directories:
- ~/.npm
node_js:
- node
- lts/*
script: yarn ci
script: npm run ci
jobs:
include:
- stage: semantic-release
if: branch = master
node_js: node
script:
- yarn build
- yarn release
- npm run build
- npm run release
7,652 changes: 5,889 additions & 1,763 deletions package-lock.json

Large diffs are not rendered by default.

13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,14 @@
},
"homepage": "https://github.com/GabrielDuarteM/youtube-autoclose-ads#readme",
"devDependencies": {
"@types/chrome": "^0.0.72",
"@types/node": "^10.5.7",
"babel-core": "^7.0.0-bridge.0",
"@types/chrome": "0.0.75",
"@types/node": "^10.12.9",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-prettier": "^2.6.2",
"gd-scripts": "^1.3.2",
"prettier": "^1.14.2",
"eslint-plugin-prettier": "^3.0.0",
"gd-scripts": "^3.1.4",
"prettier": "^1.15.2",
"rimraf": "^2.6.2",
"semantic-release": "^15.9.6",
"semantic-release": "^15.12.0",
"semantic-release-chrome": "^1.0.1"
}
}
5 changes: 1 addition & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"extends": "./node_modules/gd-scripts/build/config/tsconfig.json",
"compilerOptions": {
"lib": ["dom", "esnext"]
}
"extends": "./node_modules/gd-scripts/typescript.web.json"
}

0 comments on commit b4406b0

Please sign in to comment.