Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

Commit

Permalink
Don't require('process')
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffposnick committed Apr 20, 2016
1 parent f8df7a8 commit be0bd63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/sw-precache.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ var glob = require('glob');
var mkdirp = require('mkdirp');
var path = require('path');
var prettyBytes = require('pretty-bytes');
var process = require('process');
var template = require('lodash.template');
var util = require('util');
require('es6-promise').polyfill();
Expand Down

1 comment on commit be0bd63

@addyosmani
Copy link
Contributor

Choose a reason for hiding this comment

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

Was going to say :)

Please sign in to comment.