Skip to content

Commit

Permalink
4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarrew committed Jul 28, 2017
1 parent f5776e8 commit fa52178
Showing 1 changed file with 39 additions and 39 deletions.
78 changes: 39 additions & 39 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
{
"name": "ng2-currency-mask",
"version": "4.3.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",
"angular4",
"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": "4.3.2",
"@angular/compiler": "4.3.2",
"@angular/compiler-cli": "4.3.2",
"@angular/core": "4.3.2",
"@angular/forms": "4.3.2",
"@angular/platform-browser": "4.3.2",
"rxjs": "5.0.1",
"typescript": "2.3.4",
"zone.js": "0.8.5"
}
}
"name": "ng2-currency-mask",
"version": "4.3.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",
"angular4",
"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": "4.3.2",
"@angular/compiler": "4.3.2",
"@angular/compiler-cli": "4.3.2",
"@angular/core": "4.3.2",
"@angular/forms": "4.3.2",
"@angular/platform-browser": "4.3.2",
"rxjs": "5.0.1",
"typescript": "2.3.4",
"zone.js": "0.8.5"
}
}

0 comments on commit fa52178

Please sign in to comment.