Skip to content

Commit

Permalink
Fix package main and remove postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
explooosion committed Jun 29, 2018
1 parent 9fca965 commit 34057a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ gulp.task('minify-css', () => {

gulp.task('default', ['sass', 'watch']);
gulp.task('build', ['sass', 'minify-css']);
gulp.task('postinstall', ['sass', 'minify-css']);
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"name": "etherealcss",
"version": "0.0.1",
"version": "0.0.2",
"description": "Ethereal.css - An Elegant, Lightweight CSS Framework",
"main": "index.js",
"main": "dist/ethereal.min.css",
"scripts": {
"start": "node node_modules/gulp/bin/gulp.js",
"dev": "http-server ./docs -o -s -U -c-1 -p 4000",
"build": "node node_modules/gulp/bin/gulp.js build",
"postinstall": "gulp postinstall",
"lint": "stylelint src/**/*.scss --syntax scss"
},
"repository": {
Expand Down

0 comments on commit 34057a3

Please sign in to comment.