diff --git a/clients/crunchbase/ui/build.py b/clients/crunchbase/ui/build.py index b5aabd7b58..060220a505 100755 --- a/clients/crunchbase/ui/build.py +++ b/clients/crunchbase/ui/build.py @@ -12,8 +12,6 @@ def main(): symlink.Force('../../../js/.flowconfig', os.path.abspath('.flowconfig')) subprocess.check_call(['npm', 'install'], shell=False) - # TODO: Publish @attic/webpack-config to npm. - subprocess.check_call(['npm', 'install', '@attic/webpack-config'], shell=False) env = { 'NOMS_SERVER': 'http://localhost:8000', 'NOMS_DATASET_ID': 'crunchbase/index', diff --git a/clients/crunchbase/ui/package.json b/clients/crunchbase/ui/package.json index e44bb8059c..1da586a31a 100644 --- a/clients/crunchbase/ui/package.json +++ b/clients/crunchbase/ui/package.json @@ -2,7 +2,7 @@ "name": "noms-crunchbase-ui", "devDependencies": { "@attic/noms": "^4.0.1", - "@attic/webpack-config": "file:../../../jsmodules/webpack-config", + "@attic/webpack-config": "^1.0.1", "babel-cli": "6.6.5", "babel-core": "6.7.2", "babel-eslint": "5.0.0", diff --git a/clients/splore/build.py b/clients/splore/build.py index 83b5665e16..a9577493c4 100755 --- a/clients/splore/build.py +++ b/clients/splore/build.py @@ -12,8 +12,6 @@ def main(): symlink.Force('../../js/.flowconfig', os.path.abspath('.flowconfig')) subprocess.check_call(['npm', 'install'], shell=False) - # TODO: Publish @attic/webpack-config to npm. - subprocess.check_call(['npm', 'install', '@attic/webpack-config'], shell=False) subprocess.check_call(['npm', 'run', 'build'], env=os.environ, shell=False) diff --git a/clients/splore/package.json b/clients/splore/package.json index 00b5a1bd7e..7803538afe 100644 --- a/clients/splore/package.json +++ b/clients/splore/package.json @@ -2,7 +2,7 @@ "name": "noms-splore", "devDependencies": { "@attic/noms": "^4.0.1", - "@attic/webpack-config": "file:../../jsmodules/webpack-config", + "@attic/webpack-config": "^1.0.1", "babel-cli": "6.6.5", "babel-core": "6.7.2", "babel-eslint": "5.0.0", diff --git a/jsmodules/webpack-config/package.json b/jsmodules/webpack-config/package.json index b04d7cb7d9..3e1b4e9417 100644 --- a/jsmodules/webpack-config/package.json +++ b/jsmodules/webpack-config/package.json @@ -1,6 +1,6 @@ { "name": "@attic/webpack-config", - "version": "1.0.0", + "version": "1.0.1", "description": "Shared webpack config for noms", "main": "index.js", "dependencies": { diff --git a/nomdl/codegen/test/package.json b/nomdl/codegen/test/package.json index c3d3bea82a..a20625656a 100644 --- a/nomdl/codegen/test/package.json +++ b/nomdl/codegen/test/package.json @@ -10,6 +10,7 @@ "license": "ISC", "devDependencies": { "@attic/noms": "^7.6.1", + "@attic/webpack-config": "^1.0.1", "babel-cli": "6.6.5", "babel-core": "6.7.2", "babel-eslint": "5.0.0",