Skip to content

Commit ed7ae6a

Browse files
committed
Merge branch 'release/1.0.0'
2 parents 410569e + 9e95269 commit ed7ae6a

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.travis.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
dist: trusty
2+
language: node_js
3+
node_js:
4+
- "8"
5+
6+
install:
7+
- yarn install
8+
9+
script:
10+
- yarn run test

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# react-app-rewire-typings-for-css-module
22

3+
[![Build Status](https://travis-ci.org/rainx/react-app-rewire-typings-for-css-module.svg?branch=master)](https://travis-ci.org/rainx/react-app-rewire-typings-for-css-module)
4+
35
## Description
46

57
Use typings-for-css-module-loader for generate _.d.ts file for css module(Both _.module.css and \*.modules.scss"

0 commit comments

Comments
 (0)