Skip to content

Commit

Permalink
chore(package): update npm package manifest
Browse files Browse the repository at this point in the history
update package name to ng-mask
update description
add homepage
update main file
add keywords
  • Loading branch information
aaronroberson committed Jun 3, 2016
1 parent bdd6974 commit af7b70f
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
{
"name": "mask",
"version": "3.0.16",
"description": "Best ngMask",
"main": "Gruntfile.js",
"name": "ng-mask",
"version": "3.1.0",
"description": "Angular mask without dependencies (NO JQUERY). Pure javascript and only ~6kb! It gives you power to create your mask with optional fields in accordance with your business.",
"homepage": "https://github.com/candreoliveira/ngMask",
"main": "dist/ngMask.js",
"keywords": [
"angular",
"mask",
"ngMask",
"best"
],
"devDependencies": {
"bump": "~0.2.5",
"glob": "~4.0.2",
Expand All @@ -28,7 +35,7 @@
"node": ">=0.10.0"
},
"scripts": {
"test": "./node_modules/.bin/grunt karma"
"test": "grunt karma"
},
"author": "candreoliveira@gmail.com",
"license": "MIT"
Expand Down

0 comments on commit af7b70f

Please sign in to comment.