Skip to content

Commit

Permalink
fix(dependencies): Remove bundled dependencies
Browse files Browse the repository at this point in the history
Bundled dependencies is having some weird structure on npm client implementation, so removing it to

work seamsless with npm and yarn
  • Loading branch information
joaogarin committed Mar 23, 2017
1 parent 3bd4837 commit e27dd29
Showing 1 changed file with 2 additions and 26 deletions.
28 changes: 2 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "recruiter_epiq_deps",
"version": "3.0.0",
"version": "3.0.1",
"description": "Dependencies for the epiq theme in Recruiter distro",
"main": "index.js",
"scripts": {
"commit": "git-cz",
"prepublish": "bundle-deps",
"build": "node scripts/build.js",
"images": "node scripts/images.js",
"critial": "node scripts/critial.js",
Expand Down Expand Up @@ -55,28 +54,5 @@
},
"czConfig": {
"path": "node_modules/cz-conventional-changelog"
},
"bundledDependencies": [
"chalk",
"critical",
"es6-promise",
"gulp",
"gulp-autoprefixer",
"gulp-changed",
"gulp-concat",
"gulp-cssmin",
"gulp-imagemin",
"gulp-livereload",
"gulp-rename",
"gulp-replace-path",
"gulp-rimraf",
"gulp-sass",
"gulp-shell",
"gulp-uglify",
"gulp-util",
"kss",
"tiny-lr",
"yargs",
"prompt"
]
}
}

1 comment on commit e27dd29

@joaogarin
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.