From 08c686bf393b9a0e44ee76fb0f8be7a53a2867bc Mon Sep 17 00:00:00 2001 From: Justin Beaudry Date: Mon, 2 Jul 2018 12:13:39 -0700 Subject: [PATCH 1/2] change main to dist/appear and use .x.x syntax for deps --- package.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index fb8aa64..20c3f34 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.2.0", "description": "utility to run functions when dom elements are visible", "kewords": "detect viewable elements dom lazy load scroll ", - "main": "appear.js", + "main": "dist/appear.js", "directories": { "test": "test" }, @@ -15,17 +15,17 @@ "author": "Matthew Hadley (https://github.com/diffsky)", "license": "MIT", "devDependencies": { - "gulp": "^3.8.11", - "gulp-strip-debug": "^1.0.2", - "gulp-uglify": "^1.1.0", - "gulp-eslint": "^0.5.0", - "gulp-replace": "^0.5.3", - "marked": "^0.3.3", - "ejstpl": "^4.0.0", - "gulp-size": "^1.2.1", - "gulp-tap": "^0.1.3", - "mkdirp": "^0.5.0", - "gulp-rename": "^1.2.0" + "gulp": "3.x.x", + "gulp-strip-debug": "1.x.x", + "gulp-uglify": "1.x.x", + "gulp-eslint": "0.x.x", + "gulp-replace": "0.x.x", + "marked": "0.x.x", + "ejstpl": "4.x.x", + "gulp-size": "1.x.x", + "gulp-tap": "0.x.x", + "mkdirp": "0.x.x", + "gulp-rename": "1.x.x" }, "repository": { "type": "git", From 2248bbfe8ec25ae3776eb69481f8ed88e52a370d Mon Sep 17 00:00:00 2001 From: Justin Beaudry Date: Mon, 2 Jul 2018 12:13:45 -0700 Subject: [PATCH 2/2] 1.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 20c3f34..2f0a74d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appear", - "version": "1.2.0", + "version": "1.2.1", "description": "utility to run functions when dom elements are visible", "kewords": "detect viewable elements dom lazy load scroll ", "main": "dist/appear.js",