Skip to content

Commit

Permalink
v2.3.0-beta.2
Browse files Browse the repository at this point in the history
Adjustments to CI and Bowser settings.
  • Loading branch information
aMarCruz committed Oct 19, 2015
1 parent 9b0be50 commit 89b2118
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 12 deletions.
3 changes: 3 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ ratings:
paths:
- "dist/compiler.js"

exclude_paths:
- "test/**/*"
- "lib/**/*"
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ after_success:
make test-coveralls

notifications:
email: false
email: false
7 changes: 0 additions & 7 deletions _index.js

This file was deleted.

9 changes: 5 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"name": "riot-compiler",
"main": "index.js",
"main": "lib/compiler.js",
"homepage": "https://github.com/riot/compiler",
"authors": ["Muut, Inc. and other contributors"],
"description": "Compiler for riot .tag files",
"dependencies": {
"riot-tmpl": "git://github.com/riot/tmpl#dev"
},
"keywords": [
"riot",
"virtualdom",
Expand All @@ -15,8 +18,6 @@
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"fullsrc"
"test"
]
}
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('./dist/compiler')

0 comments on commit 89b2118

Please sign in to comment.