Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Crane authored Jul 9, 2016
1 parent 5485fa2 commit f67f6e9
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# npmboilerplate
starting point for an npm package
# NPM Boilerplate For React

## Features
- karma tests
Expand All @@ -11,3 +10,14 @@ starting point for an npm package
- start writting your modules in src
- build with npm run build
- enjoy an awesome npm package!

## Scripts
```
npm run test
```
```
npm run test-multi
```
```
npm run build
```

0 comments on commit f67f6e9

Please sign in to comment.