Skip to content

Commit

Permalink
Remove private
Browse files Browse the repository at this point in the history
  • Loading branch information
Çağatay Çivici committed May 25, 2017
1 parent edafbc4 commit a4b471b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/**/*',
])
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "primereact",
"version": "1.0.0-alpha.2",
"private": true,
"homepage": "https://www.primefaces.org/primereact",
"repository": {
"type": "git",
Expand Down

0 comments on commit a4b471b

Please sign in to comment.