Skip to content
This repository has been archived by the owner on Oct 9, 2021. It is now read-only.

Commit

Permalink
typings added to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
akmittal committed Nov 14, 2016
1 parent 598cfb0 commit 3ec5a1d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 14 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ This is fork of https://github.com/kekeh/mydatepicker with slight design change.
## Description
Simple Angular2 date picker.

![alt text](https://github.com/akmittal/angular2-datepicker/blob/master/image/mydatepicker-normal-image.png "mydatepicker normal mode")
![alt text](https://raw.githubusercontent.com/akmittal/angular2-datepicker/master/image/mydatepicker-normal-image.png "mydatepicker normal mode")

Image 1. _mydatepicker in normal mode._

![alt text](https://github.com/akmittal/angular2-datepicker/blob/master/image/mydatepicker-inline-image.png "mydatepicker inline mode")
![alt text](https://raw.githubusercontent.com/akmittal/angular2-datepicker/master/image/mydatepicker-inline-image.png "mydatepicker inline mode")

Image 2. _mydatepicker in inline mode._

Expand Down
Binary file modified image/mydatepicker-inline-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified image/mydatepicker-normal-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular2-datepicker",
"version": "1.0.0",
"version": "1.0.2",
"description": "Angular2 date picker",
"keywords": [
"Angular2",
Expand All @@ -16,8 +16,7 @@
"node": ">=5.4"
},
"scripts": {
"start": "./node_modules/.bin/webpack-dev-server --config webpack.js --progress",
"postinstall": "./node_modules/.bin/typings install"
"start": "./node_modules/.bin/webpack-dev-server --config webpack.js --progress"
},
"dependencies": {
"@angular/common": "^2.1.2",
Expand All @@ -26,6 +25,8 @@
"@angular/forms": "2.1.2",
"@angular/platform-browser": "^2.1.2",
"@angular/platform-browser-dynamic": "^2.1.2",
"@types/es6-shim": "^0.31.32",
"@types/zone.js": "0.0.27",
"bootstrap": "^3.3.7",
"es6-shim": "~0.35.1",
"ng2-bootstrap": "1.1.16",
Expand All @@ -46,7 +47,6 @@
"ts-loader": "~1.2.0",
"url-loader": "0.5.7",
"typescript": "~2.0.6",
"typings": "~2.0.0",
"webpack": "~1.13.3",
"webpack-dev-server": "^1.16.2",
"webpack-livereload-plugin": "~0.9.0"
Expand Down
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
},

"files": [
"src/main.ts",
"typings/browser.d.ts"
"src/main.ts"
],

"compileOnSave": false,
Expand Down
6 changes: 0 additions & 6 deletions typings.json

This file was deleted.

0 comments on commit 3ec5a1d

Please sign in to comment.