Skip to content

Commit 95648ab

Browse files
committed
Adding a commented out dependency on ignite-ui-full
1 parent d770376 commit 95648ab

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

dist/npm/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
},
2626
"homepage": "https://github.com/IgniteUI/igniteui-angularjs",
2727
"dependencies": {
28+
/*
29+
Follow this topic to setup the Ignite UI private registry access
30+
https://www.igniteui.com/help/using-ignite-ui-npm-packages
31+
"@infragistics/ignite-ui-full": "latest",
32+
*/
2833
"angular": "",
2934
"jquery": "",
3035
"jquery-ui": ""

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,13 @@
1212
"url": "https://github.com/IgniteUI/igniteui-angularjs/issues"
1313
},
1414
"homepage": "https://github.com/IgniteUI/igniteui-angularjs",
15-
"dependencies": {},
15+
"dependencies": {
16+
/*
17+
Follow this topic to setup the Ignite UI private registry access
18+
https://www.igniteui.com/help/using-ignite-ui-npm-packages
19+
"@infragistics/ignite-ui-full": "latest"
20+
*/
21+
},
1622
"devDependencies": {
1723
"mkdirp": "",
1824
"coveralls": "",

0 commit comments

Comments
 (0)