Skip to content

Commit

Permalink
Merge pull request #26 from rars/add-npm-peer-dependency
Browse files Browse the repository at this point in the history
Add npm peer dependency for angular. Remove console.log(...).
  • Loading branch information
juanpablob authored Apr 30, 2017
2 parents 322074e + 68f5107 commit 34c40c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">

<script src="../bower_components/angular/angular.min.js"></script>
<script src="../node_modules/angular/angular.min.js"></script>
<script src="../dist/angular-environment.js"></script>
<script src="app.js"></script>
</head>
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@
"url": "https://github.com/juanpablob/angular-environment/issues"
},
"homepage": "https://github.com/juanpablob/angular-environment#readme",
"peerDependencies": {
"angular": ">1.2.0"
},
"devDependencies": {
"angular": ">1.2.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^1.11.2",
Expand Down

0 comments on commit 34c40c6

Please sign in to comment.