Skip to content

Commit

Permalink
published to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
David Poetzsch-Heffter committed Jun 15, 2017
1 parent 30d401a commit 1626be1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ Install via Bower:
bower install md-pickers
```

Alternatively, npm:

```bash
npm install md-pickers
```

Use in Angular:
```javascript
angular.module( 'YourApp', [ 'mdPickers' ] )
Expand Down
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "md-pickers",
"version": "1.0.0",
"description": "Material Design date/time pickers for Angular Material",
"version": "1.0.1",
"description": "Material Design date/time pickers built with Angular Material and Moment.js",
"main": "index",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand All @@ -27,6 +27,11 @@
"url": "https://github.com/dpoetzsch/md-pickers/issues"
},
"homepage": "https://github.com/dpoetzsch/md-pickers",
"dependencies": {
"angular": "~1.6.0",
"angular-material": "^1.0.4",
"moment": "~2.11.1"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
Expand Down

0 comments on commit 1626be1

Please sign in to comment.