diff options
author | kumavis <aaron@kumavis.me> | 2017-01-11 07:33:00 +0800 |
---|---|---|
committer | kumavis <aaron@kumavis.me> | 2017-01-11 07:33:00 +0800 |
commit | 2efcbd9674be56984de596cd0272fb380a30609e (patch) | |
tree | 758dbff3cd999e1c6aecffa95b2758960c68e52c /package.json | |
parent | 074e3f4ab437369635a7df50abd879d6a32c70a5 (diff) | |
download | dexon-wallet-2efcbd9674be56984de596cd0272fb380a30609e.tar.gz dexon-wallet-2efcbd9674be56984de596cd0272fb380a30609e.tar.zst dexon-wallet-2efcbd9674be56984de596cd0272fb380a30609e.zip |
gulp - fix brfs instrumentation
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index ad9cf8f9..17c3e3dc 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,8 @@ "es2015" ] } - ] + ], + "brfs" ] }, "dependencies": { @@ -111,7 +112,6 @@ "del": "^2.2.0", "fs-promise": "^1.0.0", "gulp": "github:gulpjs/gulp#4.0", - "gulp-brfs": "^0.1.0", "gulp-if": "^2.0.1", "gulp-json-editor": "^2.2.1", "gulp-livereload": "^3.8.1", |