Skip to content

Commit

Permalink
fix: dev-dependencies, test semantic-release auto git tag release
Browse files Browse the repository at this point in the history
  • Loading branch information
atom2ueki committed Feb 14, 2018
1 parent e8c15fb commit 90893f6
Show file tree
Hide file tree
Showing 16 changed files with 12,014 additions and 5,578 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
language: node_js
node_js:
- "8"
before_script:
npm run build
after_success:
- "stable"
script:
- npm run lint
after_success:
- echo "All jobs succeeded! PUBLISHING..."
- npm run travis-deploy-once "npm run semantic-release"
Empty file added CHANGELOG.md
Empty file.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,16 @@ Demo
============
https://jmfrancois.github.io/react-drawer/

Development
============
``` bash
// 1. keep monitor changes to /src/*
npm run build:watch
// 2. open dev server
npm start
// 3. visit http://localhost:3000/example/
```

Example
=====

Expand Down
3 changes: 2 additions & 1 deletion example/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
* all right reserved by @author Tony Li
*
*/

import React from 'react';
import ReactDOM from 'react-dom';
import ReactDrawer from '../src/ReactDrawer';
import ReactDrawer from '../lib/react-drawer';

class Main extends React.Component {
constructor() {
Expand Down
Loading

0 comments on commit 90893f6

Please sign in to comment.