Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
César Mendonça committed Feb 15, 2017
1 parent be1154b commit 9f05093
Showing 1 changed file with 38 additions and 38 deletions.
76 changes: 38 additions & 38 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
{
"name": "ng2-currency-mask",
"version": "1.2.0",
"description": "A very simple currency mask directive that allows using a number attribute with the ngModel.",
"scripts": {
"prepublish": "ngc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cesarrew/ng2-currency-mask.git"
},
"keywords": [
"angular",
"angular2",
"currency",
"mask",
"model",
"money",
"ng2",
"number"
],
"author": "César Mendonça",
"license": "MIT",
"bugs": {
"url": "https://github.com/cesarrew/ng2-currency-mask/issues"
},
"homepage": "https://github.com/cesarrew/ng2-currency-mask",
"devDependencies": {
"@angular/common": "2.4.5",
"@angular/compiler": "2.4.5",
"@angular/compiler-cli": "2.4.5",
"@angular/core": "2.4.5",
"@angular/forms": "2.4.5",
"@angular/platform-browser": "2.4.5",
"rxjs": "5.0.2",
"typescript": "2.0.10",
"zone.js": "0.7.2"
}
}
"name": "ng2-currency-mask",
"version": "1.2.1",
"description": "A very simple currency mask directive that allows using a number attribute with the ngModel.",
"scripts": {
"prepublish": "ngc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cesarrew/ng2-currency-mask.git"
},
"keywords": [
"angular",
"angular2",
"currency",
"mask",
"model",
"money",
"ng2",
"number"
],
"author": "César Mendonça",
"license": "MIT",
"bugs": {
"url": "https://github.com/cesarrew/ng2-currency-mask/issues"
},
"homepage": "https://github.com/cesarrew/ng2-currency-mask",
"devDependencies": {
"@angular/common": "2.4.5",
"@angular/compiler": "2.4.5",
"@angular/compiler-cli": "2.4.5",
"@angular/core": "2.4.5",
"@angular/forms": "2.4.5",
"@angular/platform-browser": "2.4.5",
"rxjs": "5.0.2",
"typescript": "2.0.10",
"zone.js": "0.7.2"
}
}

0 comments on commit 9f05093

Please sign in to comment.