Comparing version 3.0.5 to 3.0.6
@@ -12,3 +12,4 @@ var debug = require('./debug')('cli'), | ||
if(options.debug) buffer.debug(); | ||
if( options.global ) buffer.global(); | ||
if(options.global) buffer.global(); | ||
if(options.native) buffer.native(); | ||
@@ -15,0 +16,0 @@ if(options.ignore) { |
{ | ||
"name": "one", | ||
"version": "3.0.5", | ||
"version": "3.0.6", | ||
"description": "Bundles NodeJS modules/libraries for web browsers", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -20,2 +20,3 @@ ## OneJS | ||
* Static analysis | ||
* Core Builtins Like Browserify; https://github.com/azer/core-modules | ||
* New CLI & JavaScript API | ||
@@ -32,3 +33,3 @@ | ||
Any filename under an NPM package. | ||
An entry might be any filename that's under an NPM package. | ||
@@ -43,12 +44,12 @@ Examples: | ||
OPTIONS | ||
-o --target Target file to save the build. | ||
-d --debug Enable SourceUrls and verbose mode. | ||
-o --target Target file to save the build. | ||
-g --global Expose a global require. | ||
-r --require Require given URI from the entry module. e.g -a .\/foo,underscore | ||
-i --ignore Ignore given modules or packages. e.g -i lib\/foo.js,underscore | ||
-n --native Forward builtins & unresolved modules to native/global require. | ||
-v --version Show version and exit. | ||
-h --help Show this help and exit. | ||
-h --help Show this help and exist. | ||
@@ -55,0 +56,0 @@ DEBUGGING |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
23964
589
67