File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ branches:
1818 only :
1919 - master
2020 - dev
21- - issue/438-runAllTestsTravis
2221
2322notifications :
2423 webhooks :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 33var patternEngines = require ( './pattern_engines' ) ;
44var path = require ( 'path' ) ;
55var extend = require ( 'util' ) . _extend ;
6+
67// patternPrefixMatcher is intended to match the leading maybe-underscore,
78// zero or more digits, and maybe-dash at the beginning of a pattern file name we can hack them
89// off and get at the good part.
Original file line number Diff line number Diff line change 1616 "patternengine-node-mustache" : " ^1.0.0"
1717 },
1818 "devDependencies" : {
19- "grunt" : " ~1.0.1" ,
20- "grunt-contrib-concat" : " ^1.0.1" ,
21- "grunt-eslint" : " ^18.0.0" ,
22- "grunt-tape" : " ^0.1.0" ,
19+ "eslint" : " ^3.5.0" ,
2320 "tap" : " ^7.1.2"
2421 },
2522 "keywords" : [
4542 ],
4643 "license" : " MIT" ,
4744 "scripts" : {
48- "test" : " node_modules/grunt/bin/grunt travis --verbose"
45+ "test" : " eslint core/**/*.js && tap test/*_tests.js --reporter spec" ,
46+ "lint" : " eslint core/**/*.js"
4947 },
5048 "engines" : {
5149 "node" : " >=4.0"
You can’t perform that action at this time.
0 commit comments