diff --git a/README.md b/README.md index de8b44a..b2e25e6 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ gulp.task('default', ['lint', 'test', 'browser', 'coverage']); * If the module is node-only, avoid adding the browser tasks with: ```javascript var bitcoreTasks = require('bitcore-build'); -bitcoreTasks('submodule', {skipBrosers: true}); +bitcoreTasks('submodule', {skipBrowsers: true}); ``` ## Contributing diff --git a/package.json b/package.json index 1c575b2..f8eafd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bitcore-build", - "version": "0.4.0", + "version": "0.4.1", "description": "A helper for common tasks to build bitcore modules'", "main": "index.js", "scripts": {