Skip to content

Commit e4979fd

Browse files
committed
fetch version number from package config
1 parent aa8a71a commit e4979fd

File tree

5 files changed

+181
-155
lines changed

5 files changed

+181
-155
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = function(grunt) {
1414
browserify: {
1515
dist: {
1616
options: {
17-
17+
transform: ['envify']
1818
},
1919
src: ['lib/startup.js'],
2020
dest: 'dist/livereload.js'

0 commit comments

Comments
 (0)