diff options
| author | syuilo⭐️ <Syuilotan@yahoo.co.jp> | 2017-02-14 14:00:34 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-14 14:00:34 +0900 |
| commit | 8685c0c43fc0fb99d6cdd2b6e3445b2aa68fc0de (patch) | |
| tree | 78190ba4fba21ff042a5cb03cb8570d7c190c4d9 | |
| parent | Merge branch 'master' of https://github.com/syuilo/misskey (diff) | |
| parent | fix(package): update browserify to version 14.1.0 (diff) | |
| download | misskey-8685c0c43fc0fb99d6cdd2b6e3445b2aa68fc0de.tar.gz misskey-8685c0c43fc0fb99d6cdd2b6e3445b2aa68fc0de.tar.bz2 misskey-8685c0c43fc0fb99d6cdd2b6e3445b2aa68fc0de.zip | |
Merge pull request #166 from syuilo/greenkeeper/browserify-14.1.0
Update browserify to the latest version 🚀
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index fd0705e9a0..1e000cce82 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "babel-preset-stage-3": "6.17.0", "bcryptjs": "2.4.3", "body-parser": "1.16.1", - "browserify": "14.0.0", + "browserify": "14.1.0", "browserify-livescript": "0.2.3", "chai": "3.5.0", "chai-http": "3.0.0", |