From a4b471b5496f3f08d15305bd287870ad3fecc55b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87a=C4=9Fatay=20=C3=87ivici?= Date: Thu, 25 May 2017 15:37:54 +0300 Subject: [PATCH] Remove private --- gulpfile.js | 2 +- package.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 9313f86981..350aed4bcf 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -42,7 +42,7 @@ gulp.task('clean', function() { //Building project with run sequence gulp.task('build', ['clean','build-css-prod','images']); -gulp.task('prepublish', ['clean','build-css-prod'], function() { +gulp.task('prepublish', ['clean','build'], function() { gulp.src([ 'public/resources/**/*', ]) diff --git a/package.json b/package.json index ee449de4e7..4e99363ad9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,6 @@ { "name": "primereact", "version": "1.0.0-alpha.2", - "private": true, "homepage": "https://www.primefaces.org/primereact", "repository": { "type": "git",