Skip to content

Commit 09ed1f1

Browse files
committed
Can't have the comment in the package.json. Moving it to the readme.
1 parent 95648ab commit 09ed1f1

File tree

3 files changed

+10
-13
lines changed

3 files changed

+10
-13
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,15 @@ Use the directives found in `igniteui-angularjs.js` to use [Ignite UI](http://ig
1919
2020
# Install
2121

22-
You can install this package either with `npm` or with `bower`. This is a development repo!
22+
You can install this package either with `npm` or with `bower`. This is a development repo!
23+
24+
`igniteui-angularjs` depends on the `ignite-ui-full` licensed package. Follow [this guide](https://www.igniteui.com/help/using-ignite-ui-npm-packages) on setting up access to the Ignite UI private npm feed and add the dependency to the `package.json`.
25+
26+
```
27+
"dependencies": {
28+
"@infragistics/ignite-ui-full": "latest"
29+
}
30+
```
2331

2432
### npm
2533

dist/npm/package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@
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-
*/
3328
"angular": "",
3429
"jquery": "",
3530
"jquery-ui": ""

package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,7 @@
1212
"url": "https://github.com/IgniteUI/igniteui-angularjs/issues"
1313
},
1414
"homepage": "https://github.com/IgniteUI/igniteui-angularjs",
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-
},
15+
"dependencies": {},
2216
"devDependencies": {
2317
"mkdirp": "",
2418
"coveralls": "",

0 commit comments

Comments
 (0)