Skip to content

Commit

Permalink
Merge pull request #2 from doxiaodong/develop
Browse files Browse the repository at this point in the history
1.0.0-alpha.2
  • Loading branch information
doxiaodong authored Sep 30, 2016
2 parents c374855 + 83a3692 commit 5850446
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ build:
npm run build

publish:
tsc
tsc -d
npm publish --registry http://registry.npmjs.org
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# Useage

* install `npm i ng2-clip` --save-dev
* install `npm i ng2-clip --save`

```typescript
import { NgModule } from '@angular/core
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "git",
"url": "https://github.com/doxiaodong/ng2-clip"
},
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"license": "MIT",
"scripts": {
"tslint": "tslint",
Expand Down

0 comments on commit 5850446

Please sign in to comment.