diff --git a/README.md b/README.md index 659ba61300..d7c07616e6 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ -The Bitwarden browser extension is written using the Chrome Web Extension API and AngularJS. +The Bitwarden browser extension is written using the Web Extension API and Angular. ![Alt text](http://imgur.com/C9p87nk.png "My Vault") @@ -21,7 +21,7 @@ The Bitwarden browser extension is written using the Chrome Web Extension API an **Requirements** -- [Node.js](https://nodejs.org) +- [Node.js](https://nodejs.org) v8.11 or greater - [Gulp](http://gulpjs.com/) (`npm install --global gulp-cli`) - Chrome (preferred), Opera, or Firefox browser diff --git a/gulpfile.js b/gulpfile.js index 8da0809e2e..3680e6df98 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -2,7 +2,6 @@ const gulp = require('gulp'), gulpif = require('gulp-if'), filter = require('gulp-filter'), replace = require('gulp-replace'), - jshint = require('gulp-jshint'), googleWebFonts = require('gulp-google-webfonts'), jeditor = require("gulp-json-editor"), child = require('child_process'), diff --git a/tsconfig.json b/tsconfig.json index f56ee79f10..d90dfe980b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -25,7 +25,6 @@ "dist", "jslib/dist", "build", - "build2", "build.safariextension", "coverage", "store",