chore: adapt code to updated dependencies
Updating PR for further configuration.
This commit is contained in:
@ -5,8 +5,12 @@ cache:
|
|||||||
node_js:
|
node_js:
|
||||||
- node
|
- node
|
||||||
before_install:
|
before_install:
|
||||||
|
- npm install -g npm@latest
|
||||||
|
- npm install -g greenkeeper-lockfile@1
|
||||||
- npm install -g semistandard
|
- npm install -g semistandard
|
||||||
- npm install -g prettier
|
- npm install -g prettier
|
||||||
|
before_script:
|
||||||
|
- greenkeeper-lockfile-update
|
||||||
script:
|
script:
|
||||||
- npm run tagger
|
- npm run tagger
|
||||||
- npm run linter
|
- npm run linter
|
||||||
@ -14,6 +18,8 @@ script:
|
|||||||
- npm run builder
|
- npm run builder
|
||||||
- npm run packager
|
- npm run packager
|
||||||
- npm run tester
|
- npm run tester
|
||||||
|
after_script:
|
||||||
|
- greenkeeper-lockfile-upload
|
||||||
after_success:
|
after_success:
|
||||||
- chmod +x .travis/push.sh
|
- chmod +x .travis/push.sh
|
||||||
- .travis/push.sh
|
- .travis/push.sh
|
||||||
|
|||||||
@ -2,9 +2,7 @@
|
|||||||
|
|
||||||
# 30 seconds of code
|
# 30 seconds of code
|
||||||
|
|
||||||
[](https://greenkeeper.io/)
|
[](https://github.com/Chalarangelo/30-seconds-of-code/blob/master/LICENSE) [](https://www.npmjs.com/package/30-seconds-of-code) [](https://www.npmjs.com/package/30-seconds-of-code) [](https://gitter.im/30-seconds-of-code/Lobby) [](http://makeapullrequest.com) [](https://travis-ci.org/Chalarangelo/30-seconds-of-code) [](https://www.codacy.com/app/Chalarangelo/30-seconds-of-code?utm_source=github.com&utm_medium=referral&utm_content=Chalarangelo/30-seconds-of-code&utm_campaign=badger) [](https://codeclimate.com/github/Chalarangelo/30-seconds-of-code/maintainability) [](https://insight.io/github.com/Chalarangelo/30-seconds-of-code/tree/master/?source=0) [](https://github.com/Flet/semistandard) [](https://www.producthunt.com/posts/30-seconds-of-code) [](https://greenkeeper.io/)
|
||||||
|
|
||||||
[](https://github.com/Chalarangelo/30-seconds-of-code/blob/master/LICENSE) [](https://www.npmjs.com/package/30-seconds-of-code) [](https://www.npmjs.com/package/30-seconds-of-code) [](https://gitter.im/30-seconds-of-code/Lobby) [](http://makeapullrequest.com) [](https://travis-ci.org/Chalarangelo/30-seconds-of-code) [](https://www.codacy.com/app/Chalarangelo/30-seconds-of-code?utm_source=github.com&utm_medium=referral&utm_content=Chalarangelo/30-seconds-of-code&utm_campaign=badger) [](https://codeclimate.com/github/Chalarangelo/30-seconds-of-code/maintainability) [](https://insight.io/github.com/Chalarangelo/30-seconds-of-code/tree/master/?source=0) [](https://github.com/Flet/semistandard) [](https://www.producthunt.com/posts/30-seconds-of-code)
|
|
||||||
|
|
||||||
|
|
||||||
> Curated collection of useful JavaScript snippets that you can understand in 30 seconds or less.
|
> Curated collection of useful JavaScript snippets that you can understand in 30 seconds or less.
|
||||||
@ -8849,4 +8847,3 @@ yesNo('Foo', true); // true
|
|||||||
## Credits
|
## Credits
|
||||||
|
|
||||||
*Icons made by [Smashicons](https://www.flaticon.com/authors/smashicons) from [www.flaticon.com](https://www.flaticon.com/) is licensed by [CC 3.0 BY](http://creativecommons.org/licenses/by/3.0/).*
|
*Icons made by [Smashicons](https://www.flaticon.com/authors/smashicons) from [www.flaticon.com](https://www.flaticon.com/) is licensed by [CC 3.0 BY](http://creativecommons.org/licenses/by/3.0/).*
|
||||||
|
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# 30 seconds of code
|
# 30 seconds of code
|
||||||
|
|
||||||
[](https://github.com/Chalarangelo/30-seconds-of-code/blob/master/LICENSE) [](https://www.npmjs.com/package/30-seconds-of-code) [](https://www.npmjs.com/package/30-seconds-of-code) [](https://gitter.im/30-seconds-of-code/Lobby) [](http://makeapullrequest.com) [](https://travis-ci.org/Chalarangelo/30-seconds-of-code) [](https://www.codacy.com/app/Chalarangelo/30-seconds-of-code?utm_source=github.com&utm_medium=referral&utm_content=Chalarangelo/30-seconds-of-code&utm_campaign=badger) [](https://codeclimate.com/github/Chalarangelo/30-seconds-of-code/maintainability) [](https://insight.io/github.com/Chalarangelo/30-seconds-of-code/tree/master/?source=0) [](https://github.com/Flet/semistandard) [](https://www.producthunt.com/posts/30-seconds-of-code)
|
[](https://github.com/Chalarangelo/30-seconds-of-code/blob/master/LICENSE) [](https://www.npmjs.com/package/30-seconds-of-code) [](https://www.npmjs.com/package/30-seconds-of-code) [](https://gitter.im/30-seconds-of-code/Lobby) [](http://makeapullrequest.com) [](https://travis-ci.org/Chalarangelo/30-seconds-of-code) [](https://www.codacy.com/app/Chalarangelo/30-seconds-of-code?utm_source=github.com&utm_medium=referral&utm_content=Chalarangelo/30-seconds-of-code&utm_campaign=badger) [](https://codeclimate.com/github/Chalarangelo/30-seconds-of-code/maintainability) [](https://insight.io/github.com/Chalarangelo/30-seconds-of-code/tree/master/?source=0) [](https://github.com/Flet/semistandard) [](https://www.producthunt.com/posts/30-seconds-of-code) [](https://greenkeeper.io/)
|
||||||
|
|
||||||
|
|
||||||
> Curated collection of useful JavaScript snippets that you can understand in 30 seconds or less.
|
> Curated collection of useful JavaScript snippets that you can understand in 30 seconds or less.
|
||||||
|
|||||||
Reference in New Issue
Block a user