Skip to content

Commit

Permalink
CHORE: Bump gulp-ng-annotate dependency
Browse files Browse the repository at this point in the history
Fix bower: The "main" field cannot contain minified files

Update bower package version and use `^` dependency management
  • Loading branch information
Luis Lebolo committed Jul 13, 2016
1 parent 6688234 commit ff506c0
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 37 deletions.
70 changes: 35 additions & 35 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
{
"name": "nz-tour",
"version": "1.0.2",
"description": "Touring and on-boarding made simple for AngularJS",
"main": [
"dist/nz-tour.min.js",
"dist/nz-tour.min.css"
],
"license": "MIT",
"ignore": [
".jshintrc",
"**/*.txt",
"**/*.html",
"README.md",
"assets",
"**/.*",
"node_modules",
"test",
"tests",
"bower_components"
],
"dependencies": {
"angular": "~1.2.8"
},
"homepage": "https://github.com/nozzle/nzTour",
"authors": [
"tannerlinsley"
],
"keywords": [
"tour",
"angular",
"angularjs",
"onboard",
"intro"
]
}
"name": "nz-tour",
"version": "1.1.0",
"description": "Touring and on-boarding made simple for AngularJS",
"main": [
"dist/nz-tour.js",
"dist/nz-tour.css"
],
"license": "MIT",
"ignore": [
".jshintrc",
"**/*.txt",
"**/*.html",
"README.md",
"assets",
"**/.*",
"node_modules",
"test",
"tests",
"bower_components"
],
"dependencies": {
"angular": "^1.2.8"
},
"homepage": "https://github.com/nozzle/nzTour",
"authors": [
"tannerlinsley"
],
"keywords": [
"tour",
"angular",
"angularjs",
"onboard",
"intro"
]
}
Loading

0 comments on commit ff506c0

Please sign in to comment.