Skip to content
This repository was archived by the owner on Jan 22, 2018. It is now read-only.

Commit f0f0949

Browse files
author
Kamil Kisiela
committed
chore(npm): add keywords, description, repo url and proper version
1 parent 2939878 commit f0f0949

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

package.json

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
2-
"name": "formly-material",
3-
"version": "1.0.0",
4-
"description": "Compare two versions. Convert them to integer format",
5-
"private": true,
2+
"name": "angular-formly-material",
3+
"version": "0.6.0",
4+
"description": "Material design templates for angular-formly",
65
"main": "dist/formly-material.js",
76
"scripts": {
87
"build:dist": "webpack --progress --colors --set-env-NODE_ENV=development",
@@ -15,15 +14,22 @@
1514
},
1615
"repository": {
1716
"type": "git",
18-
"url": "git+https://github.com/kamilkisiela/version-compare.git"
17+
"url": "git+https://github.com/wieldo/angular-formly-templates-material.git"
1918
},
20-
"keywords": [],
19+
"keywords": [
20+
"AngularJs",
21+
"form",
22+
"formly",
23+
"json",
24+
"html",
25+
"material"
26+
],
2127
"author": "Kamil Kisiela <[email protected]>",
2228
"license": "MIT",
2329
"bugs": {
24-
"url": "https://github.com/kamilkisiela/version-compare/issues"
30+
"url": "https://github.com/wieldo/angular-formly-templates-material/issues"
2531
},
26-
"homepage": "https://github.com/kamilkisiela/version-compare#readme",
32+
"homepage": "https://github.com/wieldo/angular-formly-templates-material#readme",
2733
"dependencies": {
2834
"angular": "^1.4.0",
2935
"angular-messages": "^1.4.0",

0 commit comments

Comments
 (0)