Skip to content

Commit

Permalink
Merge pull request #113 from philschatz/use-javascript
Browse files Browse the repository at this point in the history
Use javascript instead of coffee-script
  • Loading branch information
philschatz committed Dec 9, 2016
2 parents 6ac9b93 + 6f49a95 commit b0e7859
Show file tree
Hide file tree
Showing 112 changed files with 4,364 additions and 3,557 deletions.
3 changes: 3 additions & 0 deletions .babelrc
@@ -0,0 +1,3 @@
{
"presets": ["es2015"]
}
4 changes: 3 additions & 1 deletion .gitignore
@@ -1,5 +1,7 @@
/bower_components
/dist/node
/fixtures*
/node_modules
/tmp
/test-transpiled/

dist/octokat-browsertests.js
1 change: 1 addition & 0 deletions .npmignore
@@ -1,5 +1,6 @@
.*
dist/octokat.js
dist/octokat-browsertests.js
# src/
test/
bower.json
Expand Down
2 changes: 0 additions & 2 deletions .travis.yml
@@ -1,8 +1,6 @@
sudo: false
language: node_js
node_js:
- "0.10"
- "0.12"
- 4
- 5
- 6
Expand Down

0 comments on commit b0e7859

Please sign in to comment.