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

Commit 5c3935b

Browse files
author
mendhak
committed
Package.json includes bower, updated path to angular-intro.js
1 parent 2d36c57 commit 5c3935b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

build/angular-intro.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ <h4><a href="https://github.com/mendhak/angular-intro.js/tree/master/example">Ex
103103

104104

105105
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.8/angular.min.js"></script>
106-
<script src="../angular-intro.js"></script>
106+
<script src="../src/angular-intro.js"></script>
107107
<script src="app.js"></script>
108108

109109
</body>

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"grunt-contrib-jshint": "~0.9.2",
3131
"grunt-contrib-uglify": "~0.4.0",
3232
"load-grunt-tasks": "~0.4.0",
33-
"grunt-contrib-watch": "~0.6.1"
33+
"grunt-contrib-watch": "~0.6.1",
34+
"bower": "~1.3.1"
3435
}
3536
}

0 commit comments

Comments
 (0)