This is an automated email from the ASF dual-hosted git repository.

randall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git


The following commit(s) were added to refs/heads/master by this push:
     new cff896a  Remove excess space in package.json
cff896a is described below

commit cff896ab3929ba8491121c11da3df99b286fea0b
Author: Randall Leeds <[email protected]>
AuthorDate: Wed Jul 22 23:48:14 2020 -0700

    Remove excess space in package.json
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 4517ae5..7a37dfc 100644
--- a/package.json
+++ b/package.json
@@ -28,7 +28,7 @@
     "test": "cross-env BABEL_ENV=test nyc mocha 
packages/*/test/**/*.test.[jt]s",
     "typecheck": "tsc",
     "validate": "cross-env BABEL_ENV=test mocha test/**/*.test.[jt]s",
-    "web:build": "webpack  --config=web/webpack.config.js --mode development",
+    "web:build": "webpack --config=web/webpack.config.js --mode development",
     "web:server": "webpack-dev-server --config=web/webpack.config.js --hot 
--mode development"
   },
   "devDependencies": {

Reply via email to