gd-sprest
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -14,6 +14,6 @@ var gulp = require("gulp"); | ||
.pipe(concat("sprest.js")) | ||
.pipe(gulp.dest("lib")) | ||
.pipe(gulp.dest("dist")) | ||
.pipe(rename("sprest.min.js")) | ||
.pipe(uglify()) | ||
.pipe(gulp.dest("lib")); | ||
.pipe(gulp.dest("dist")); | ||
}); | ||
@@ -27,3 +27,3 @@ | ||
// Copy the files to the test directory | ||
return gulp.src(["lib/*.js"]) | ||
return gulp.src(["dist/*.js"]) | ||
.pipe(gulp.dest("test")); | ||
@@ -30,0 +30,0 @@ }); |
{ | ||
"author": "Gunjan Datta <me@dattabase.com> (https://github.com/gunjandatta/sprest)", | ||
"name": "gd-sprest", | ||
"version": "0.2.2", | ||
"description": "An easy way to develop against the SharePoint REST API.", | ||
"license": "<LICENSE>", | ||
"keywords": [ | ||
"sharepoint" | ||
], | ||
"devDependencies": { | ||
"gulp": "*", | ||
"gulp-concat": "*", | ||
"gulp-rename": "*", | ||
"gulp-uglify": "*" | ||
}, | ||
"scripts": { | ||
"build": "tsc && gulp" | ||
} | ||
"author": "Gunjan Datta <me@dattabase.com> (https://github.com/gunjandatta/sprest)", | ||
"name": "gd-sprest", | ||
"version": "0.2.3", | ||
"description": "An easy way to develop against the SharePoint REST API.", | ||
"license": "<LICENSE>", | ||
"keywords": [ | ||
"sharepoint" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/gunjandatta/sprest.git" | ||
}, | ||
"devDependencies": { | ||
"gulp": "*", | ||
"gulp-concat": "*", | ||
"gulp-rename": "*", | ||
"gulp-uglify": "*" | ||
}, | ||
"scripts": { | ||
"build": "tsc && gulp" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
789645
0