Skip to content

Commit 2955c83

Browse files
authored
Merge pull request #11 from dxbykov/master
Add the 'repository' field to package.json
2 parents 09dbe8a + 9687ea6 commit 2955c83

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

npm/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "devextreme-angular2",
33
"version": "16.1.4",
44
"description": "Angular 2 UI and visualization components based on DevExtreme widgets",
5+
"repository": {
6+
"type" : "git",
7+
"url" : "https://github.com/DevExpress/devextreme-angular2.git"
8+
},
59
"author": "Developer Express Inc.",
610
"license": "MIT",
711
"dependencies": {

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "devextreme-angular2",
33
"version": "16.1.4",
44
"description": "Angular 2 UI and visualization components based on DevExtreme widgets",
5+
"repository": {
6+
"type" : "git",
7+
"url" : "https://github.com/DevExpress/devextreme-angular2.git"
8+
},
59
"scripts": {
610
"postinstall": "npm run typings",
711
"typings": "typings install",

0 commit comments

Comments
 (0)