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

Commit cac7e3f

Browse files
committed
Removed duplicate dependency section
1 parent bbf6a92 commit cac7e3f

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You can use this package in your webpack project, first by including `intro.js`
2525

2626
import ngIntro from 'angular-intro.js';
2727

28-
This project will return you the hole angular module so if you want to use as a dependency in your own angular module you would need to reference the name `ngIntro.name`.
28+
This project will return the whole angular module so if you want to use as a dependency in your own angular module you would need to reference the name `ngIntro.name`.
2929

3030
## How to use
3131

package.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,5 @@
3333
"grunt-contrib-uglify": "~0.9.2",
3434
"grunt-contrib-watch": "~0.6.1",
3535
"load-grunt-tasks": "~3.2.0"
36-
},
37-
"dependencies": {
38-
"bower": "^1.5.4",
39-
"grunt": "^0.4.5",
40-
"grunt-cli": "^0.1.13",
41-
"grunt-contrib-connect": "^0.11.2",
42-
"grunt-contrib-jshint": "^0.11.3",
43-
"grunt-contrib-uglify": "^0.9.2",
44-
"grunt-contrib-watch": "^0.6.1",
45-
"load-grunt-tasks": "^3.2.0"
4636
}
4737
}

0 commit comments

Comments
 (0)