From b248ad72bb94cb0ed517df2852df25c5e2c1d2b6 Mon Sep 17 00:00:00 2001 From: Luis Lebolo Date: Wed, 8 Jun 2016 17:57:05 -0400 Subject: [PATCH] 1.1.0 --- package.json | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/package.json b/package.json index e29be47..8372fe5 100644 --- a/package.json +++ b/package.json @@ -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 ", - "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 ", + "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" + } }