Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Lebolo committed Jun 8, 2016
1 parent b54dac9 commit b248ad7
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"name": "nz-tour",
"version": "1.0.2",
"description": "Touring and on-boarding made simple for AngularJS",
"main": "dist/nz-tour.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "http://github.com/nozzle/nzTour.git"
},
"author": "Tanner Linsley <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nozzle/nzTour/issues"
},
"homepage": "https://github.com/nozzle/nzTour",
"dependencies": {
"gulp": "^3.8.11",
"gulp-ng-annotate": "^0.5.2",
"gulp-rename": "^1.2.0",
"gulp-stylus": "^2.0.1",
"gulp-uglifyjs": "^0.6.0",
"nib": "^1.1.0"
}
"name": "nz-tour",
"version": "1.1.0",
"description": "Touring and on-boarding made simple for AngularJS",
"main": "dist/nz-tour.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "http://github.com/nozzle/nzTour.git"
},
"author": "Tanner Linsley <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nozzle/nzTour/issues"
},
"homepage": "https://github.com/nozzle/nzTour",
"dependencies": {
"gulp": "^3.8.11",
"gulp-ng-annotate": "^0.5.2",
"gulp-rename": "^1.2.0",
"gulp-stylus": "^2.0.1",
"gulp-uglifyjs": "^0.6.0",
"nib": "^1.1.0"
}
}

0 comments on commit b248ad7

Please sign in to comment.