Skip to content

Commit 30c36f8

Browse files
committed
refactor to ES Modules (WIP)
1 parent bb25142 commit 30c36f8

28 files changed

+18172
-17958
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,4 @@ coveralls:
116116
$(NPM) run coverage
117117

118118
lint:
119-
$(ESLINT) src/lips.js
119+
$(ESLINT) src/*.js

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![npm](https://img.shields.io/badge/npm-1.0.0%E2%80%93beta.14-blue.svg)](https://www.npmjs.com/package/@jcubic/lips)
44
![1.0.0 Complete](https://img.shields.io/github/milestones/progress-percent/jcubic/lips/1?label=1.0.0%20Complete)
5-
[![travis](https://travis-ci.com/jcubic/lips.svg?branch=devel&8837d2bfdf049e9c524fa4207b757da3adefe674)](https://travis-ci.com/jcubic/lips)
5+
[![travis](https://travis-ci.com/jcubic/lips.svg?branch=devel&bb25142451a939a80b2e668528e7949497d8a8d1)](https://travis-ci.com/jcubic/lips)
66
[![Coverage Status](https://coveralls.io/repos/github/jcubic/lips/badge.svg?branch=devel&c4718a7f131af9e8661ca26097f3db4b)](https://coveralls.io/github/jcubic/lips?branch=devel)
77
[![Join Gitter Chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/jcubic/lips)
88
[![GitHub license](https://img.shields.io/github/license/jcubic/lips.svg)](https://github.com/jcubic/lips/blob/master/LICENSE)

0 commit comments

Comments
 (0)