Skip to content

Commit

Permalink
Added .tm_properties
Browse files Browse the repository at this point in the history
  • Loading branch information
ascartabelli committed Oct 24, 2016
1 parent c48d6bc commit 89481e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .tm_properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
excludeInFolderSearch = "{$excludeInFolderSearch,coverage,dist,docs,docs_template,node_modules,plato_report}"
excludeInFileChooser = "{$exclude,coverage,docs,docs_template,node_modules,plato_report}"
include = "{$include,.eslintrc.json,.gitignore,.npmignore,.travis.yml}"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"coveralls": "gulp coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"tonicExample": "var _ = require('lamb');",
"version": "0.42.0-alpha.1",
"version": "0.42.0-alpha.2",
"devDependencies": {
"coveralls": "^2.11.14",
"gulp": "^3.9.1",
Expand Down

0 comments on commit 89481e7

Please sign in to comment.