Skip to content

Commit

Permalink
feat($impl): Add Todo a list features
Browse files Browse the repository at this point in the history
  • Loading branch information
Ridermansb committed Sep 25, 2017
1 parent 9fb4a29 commit de7fba0
Show file tree
Hide file tree
Showing 11 changed files with 1,841 additions and 42 deletions.
4 changes: 3 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{

"plugins": [
["transform-class-properties", { "spec": true }]
]
}
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ node_js:
- '7'
before_script:
- npm prune
script:
- npm run build
after_success:
- npm run semantic-release
branches:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[![Travis](https://img.shields.io/travis/Ridermansb/isomorphic-library.svg?style=flat-square)](https://travis-ci.org/Ridermansb/isomorphic-library)
[![npm](https://img.shields.io/npm/v/npm.svg?style=flat-square)](https://www.npmjs.com/package/isomorphic-library)

> Isomorphic library sample with WebPack
1 change: 0 additions & 1 deletion index.js

This file was deleted.

Loading

0 comments on commit de7fba0

Please sign in to comment.