Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ branches:
only:
- master
- dev
- issue/438-runAllTestsTravis

notifications:
webhooks:
Expand Down
45 changes: 0 additions & 45 deletions Gruntfile.js

This file was deleted.

1 change: 1 addition & 0 deletions core/lib/object_factory.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
var patternEngines = require('./pattern_engines');
var path = require('path');
var extend = require('util')._extend;

// patternPrefixMatcher is intended to match the leading maybe-underscore,
// zero or more digits, and maybe-dash at the beginning of a pattern file name we can hack them
// off and get at the good part.
Expand Down
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@
"patternengine-node-mustache": "^1.0.0"
},
"devDependencies": {
"grunt": "~1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-eslint": "^18.0.0",
"grunt-tape": "^0.1.0",
"eslint": "^3.5.0",
"tap": "^7.1.2"
},
"keywords": [
Expand All @@ -45,7 +42,8 @@
],
"license": "MIT",
"scripts": {
"test": "node_modules/grunt/bin/grunt travis --verbose"
"test": "eslint core/**/*.js && tap test/*_tests.js --reporter spec",
"lint": "eslint core/**/*.js"
},
"engines": {
"node": ">=4.0"
Expand Down