Cleaned up .travis.yml

This commit is contained in:
Angelos Chalaris
2017-12-29 16:09:05 +02:00
parent 0fccbbf246
commit 566b0b1d4c
3 changed files with 2 additions and 60 deletions

View File

@ -4,9 +4,6 @@ node_js:
before_install: before_install:
- npm install -g semistandard - npm install -g semistandard
- npm install -g prettier - npm install -g prettier
- npm install webber
- npm install builder
- npm install tagger
script: script:
- npm run tagger - npm run tagger
- npm run linter - npm run linter

52
package-lock.json generated
View File

@ -127,11 +127,6 @@
"resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz", "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz",
"integrity": "sha1-104bh+ev/A24qttwIfP+SBAasjQ=" "integrity": "sha1-104bh+ev/A24qttwIfP+SBAasjQ="
}, },
"async": {
"version": "1.5.2",
"resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz",
"integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo="
},
"async-foreach": { "async-foreach": {
"version": "0.1.3", "version": "0.1.3",
"resolved": "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz", "resolved": "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz",
@ -246,38 +241,6 @@
"concat-map": "0.0.1" "concat-map": "0.0.1"
} }
}, },
"builder": {
"version": "3.2.3",
"resolved": "https://registry.npmjs.org/builder/-/builder-3.2.3.tgz",
"integrity": "sha512-DXkZ27RHCw4uCn08SEx7hhgXbtamZOBKa8FEuHjsooyMfNfZXNn7YYqpfWrBNigwX2sMgKYWY8Jupxp6waofSg==",
"requires": {
"async": "1.5.2",
"chalk": "1.1.3",
"js-yaml": "3.10.0",
"lodash": "3.10.1",
"nopt": "3.0.6",
"tree-kill": "1.2.0"
},
"dependencies": {
"chalk": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
"requires": {
"ansi-styles": "2.2.1",
"escape-string-regexp": "1.0.5",
"has-ansi": "2.0.0",
"strip-ansi": "3.0.1",
"supports-color": "2.0.0"
}
},
"lodash": {
"version": "3.10.1",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
"integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y="
}
}
},
"builtin-modules": { "builtin-modules": {
"version": "1.1.1", "version": "1.1.1",
"resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz", "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz",
@ -2898,11 +2861,6 @@
} }
} }
}, },
"tagger": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/tagger/-/tagger-0.1.2.tgz",
"integrity": "sha1-K0ZDWgdvEn359ZglN/PX9K5AH/k="
},
"tape": { "tape": {
"version": "4.8.0", "version": "4.8.0",
"resolved": "https://registry.npmjs.org/tape/-/tape-4.8.0.tgz", "resolved": "https://registry.npmjs.org/tape/-/tape-4.8.0.tgz",
@ -2961,11 +2919,6 @@
"punycode": "1.4.1" "punycode": "1.4.1"
} }
}, },
"tree-kill": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.0.tgz",
"integrity": "sha512-DlX6dR0lOIRDFxI0mjL9IYg6OTncLm/Zt+JiBhE5OlFcAR8yc9S7FFXU9so0oda47frdM/JFsk7UjNt9vscKcg=="
},
"trim-newlines": { "trim-newlines": {
"version": "1.0.0", "version": "1.0.0",
"resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz", "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz",
@ -3102,11 +3055,6 @@
} }
} }
}, },
"webber": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/webber/-/webber-0.0.1.tgz",
"integrity": "sha1-u1Nt4g0OmS6Noj7KM/5O3/LEZHY="
},
"which": { "which": {
"version": "1.3.0", "version": "1.3.0",
"resolved": "https://registry.npmjs.org/which/-/which-1.3.0.tgz", "resolved": "https://registry.npmjs.org/which/-/which-1.3.0.tgz",

View File

@ -1,16 +1,13 @@
{ {
"dependencies": { "dependencies": {
"builder": "^3.2.3",
"chalk": "^2.3.0",
"fs-extra": "^4.0.2", "fs-extra": "^4.0.2",
"html-minifier": "^3.5.7", "html-minifier": "^3.5.7",
"markdown-it": "^8.4.0", "markdown-it": "^8.4.0",
"node-sass": "^4.7.2", "node-sass": "^4.7.2",
"prettier": "^1.9.2", "prettier": "^1.9.2",
"semistandard": "^11.0.0", "semistandard": "^11.0.0",
"tagger": "^0.1.2", "chalk": "^2.3.0",
"tape": "^4.8.0", "tape": "^4.8.0"
"webber": "0.0.1"
}, },
"name": "30-seconds-of-code", "name": "30-seconds-of-code",
"description": "A collection of useful Javascript snippets.", "description": "A collection of useful Javascript snippets.",