Skip to content

Commit 433f75d

Browse files
committed
refactor(src): migrate coffee to js
Remove yarn
1 parent c864244 commit 433f75d

13 files changed

+5227
-2162
lines changed

.npmignore

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1+
.git
12
node_modules
23
coverage
34
test
4-
CHANGELOG.md
5-
LICENSE
6-
.git
75
.editorconfig
86
.gitignore
97
.nvmrc
108
.travis.yml
11-
yarn.lock
9+
CHANGELOG.md

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v6
1+
v8

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
language: node_js
22
node_js:
3-
- "4"
43
- "6"
5-
- "7"
4+
- "8"
65
notifications:
76
email: false
87
after_success:
9-
- npm run coveralls
10-
- npm run codeclimate
8+
- npm i -g coveralls codeclimate-test-reporter
9+
- coveralls < coverage/lcov.info
10+
- codeclimate-test-reporter < coverage/lcov.info

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016 Leonardo Gatica
3+
Copyright (c) 2017 Leonardo Gatica
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)