Skip to content
This repository was archived by the owner on Apr 30, 2021. It is now read-only.

Commit bef5fcb

Browse files
committed
eslintignore rough
1 parent 029cdac commit bef5fcb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
src/rough.js

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
language: node_js
22
node_js:
3-
- "4.0"
4-
- "5.0"
3+
- "7.0"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
<p align="center">
3-
<img src="logo.png" height="150" />
3+
<img src="https://github.com/ooade/react-rough/raw/master/logo.png" height="150" />
44
<h3 align="center">React Bindings for <a href="https://github.com/pshihn/rough">Rough.js</a></h3>
55
<p align="center">
66
<a href="https://www.npmjs.org/package/react-rough"><img src="https://img.shields.io/npm/v/react-rough.svg?style=flat" alt="npm"></a> <a href="https://travis-ci.org/ooade/react-rough"><img src="https://travis-ci.org/ooade/react-rough.svg?branch=master" alt="travis"></a>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-rough",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Write Rough.js with React Components",
55
"main": "dist/react-rough.js",
66
"module": "dist/react-rough.es.js",

0 commit comments

Comments
 (0)