Skip to content

Commit

Permalink
Merge pull request #4 from DullReferenceException/security-fixes
Browse files Browse the repository at this point in the history
Fix security issues
  • Loading branch information
3rd-Eden committed Jan 30, 2020
2 parents 59387af + 5f1b746 commit bea7ef3
Show file tree
Hide file tree
Showing 6 changed files with 2,890 additions and 19 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"extends": "./node_modules/godaddy-style/dist/.eslintrc",
"root": true,
"extends": "godaddy",
"rules": {
"strict": 0
}
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ build/Release
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules

*.iml
*.iml
.prettierrc
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ language: node_js
matrix:
fast_finish: true
include:
- node_js: "7"
- node_js: "6"
- node_js: "4"
- node_js: '12'
- node_js: '10'
- node_js: '8'

before_install:
npm i -g npm@3
before_install: npm i -g npm@6
Loading

0 comments on commit bea7ef3

Please sign in to comment.