Skip to content

Commit

Permalink
Remove unnecessary devDependencies (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
bingenito authored Mar 16, 2018
1 parent 1c50e85 commit 55ea990
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ var gulp = require('gulp'),
typedoc = require('gulp-typedoc'),
remap = require('remap-istanbul/lib/gulpRemapIstanbul'),
rollup = require('rollup'),
nodeResolve = require('rollup-plugin-node-resolve'),
commonjs = require('rollup-plugin-commonjs'),
tsrollup = require('rollup-plugin-typescript'),
rollupReplace = require('rollup-plugin-replace'),
typescript = require('typescript'),
Expand Down Expand Up @@ -58,8 +56,6 @@ function createBundle(format, destination) {
entry: 'src/desktop.ts',
plugins: [
tsrollup({ typescript: typescript }),
nodeResolve(),
commonjs(),
rollupReplace({
PACKAGE_VERSION: pkg.version
})
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@
"merge2": "^1.0.3",
"remap-istanbul": "^0.11.0",
"rollup": "^0.41.6",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-typescript": "^0.8.1",
"run-sequence": "^2.2.0",
Expand Down

0 comments on commit 55ea990

Please sign in to comment.