Clean up dev dependencies
This commit is contained in:
Родитель
6b4f4d7bfd
Коммит
40aae09611
|
@ -5,12 +5,10 @@
|
|||
/scripts/
|
||||
/src/
|
||||
/test-cases/
|
||||
/typings/
|
||||
/.npmignore
|
||||
/.travis.yml
|
||||
/gulpfile.js
|
||||
/npm-debug.log
|
||||
/ThirdPartyNotices.txt
|
||||
/tsconfig.json
|
||||
/typings.json
|
||||
/tslint.json
|
|
@ -10,8 +10,4 @@ addons:
|
|||
packages:
|
||||
- g++-4.8
|
||||
script:
|
||||
- npm run compile
|
||||
- npm run test-travis
|
||||
after_script:
|
||||
- remap-istanbul -i ./coverage/coverage.json -t lcovonly > ./coverage/lcov-remap.info
|
||||
- cat ./coverage/lcov-remap.info | ./node_modules/coveralls/bin/coveralls.js
|
||||
- npm run test
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# VSCode TextMate [![Build Status](https://travis-ci.org/Microsoft/vscode-textmate.svg?branch=master)](https://travis-ci.org/Microsoft/vscode-textmate) [![Coverage Status](https://coveralls.io/repos/github/Microsoft/vscode-textmate/badge.svg?branch=master)](https://coveralls.io/github/Microsoft/vscode-textmate?branch=master)
|
||||
# VSCode TextMate [![Build Status](https://travis-ci.org/Microsoft/vscode-textmate.svg?branch=master)](https://travis-ci.org/Microsoft/vscode-textmate)
|
||||
|
||||
An interpreter for grammar files as defined by TextMate. Supports loading grammar files from JSON or PLIST format. Cross - grammar injections are currently not supported.
|
||||
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
15
package.json
15
package.json
|
@ -19,7 +19,6 @@
|
|||
"watch": "tsc -watch",
|
||||
"compile": "tsc",
|
||||
"test": "npm run compile && mocha out/tests/*.test.js",
|
||||
"test-travis": "istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec out/tests/",
|
||||
"benchmark": "node benchmark/benchmark.js",
|
||||
"inspect": "node scripts/inspect.js",
|
||||
"version": "npm run test && node scripts/release.js",
|
||||
|
@ -30,16 +29,12 @@
|
|||
"oniguruma": "^7.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/mocha": "2.2.39",
|
||||
"@types/node": "^7.0.43",
|
||||
"coveralls": "^3.0.2",
|
||||
"@types/mocha": "5.2.6",
|
||||
"@types/node": "^11.9.6",
|
||||
"durations": "^3.4.1",
|
||||
"istanbul": "^0.4.4",
|
||||
"mocha": "^5.2.0",
|
||||
"mocha": "^6.0.2",
|
||||
"onigasm": "^2.1.0",
|
||||
"remap-istanbul": "^0.6.4",
|
||||
"tslint": "^3.15.1",
|
||||
"typescript": "^2.0.8",
|
||||
"typings": "^1.3.2"
|
||||
"tslint": "^5.13.1",
|
||||
"typescript": "^3.3.3333"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
"globalDependencies": {
|
||||
"mocha": "registry:env/mocha#2.2.5+20160723033700",
|
||||
"node": "registry:env/node#6.0.0+20160813135048"
|
||||
}
|
||||
}
|
Загрузка…
Ссылка в новой задаче