diff --git a/Makefile b/Makefile index a710f7f..231677b 100755 --- a/Makefile +++ b/Makefile @@ -36,6 +36,6 @@ dev: ## start publish-npm: clean build ## publish to npm @exec echo PUBLISH NPM ($(CONDA_ACTIVATE) ${ENV_NAME}; \ - cd react && \ + cd icons-react && \ npm publish --access public ) echo open https://www.npmjs.com/package/@datalayer/icons-react diff --git a/icons-react/package.json b/icons-react/package.json index 6ab3ad6..77364a0 100644 --- a/icons-react/package.json +++ b/icons-react/package.json @@ -3,7 +3,14 @@ "license": "MIT", "version": "0.3.4", "description": "React.js and JupyterLab icons for data products.", - "keywords": ["icons", "react", "jupyterlab", "datalayer", "data", "products"], + "keywords": [ + "icons", + "react", + "jupyterlab", + "datalayer", + "data", + "products" + ], "homepage": "https://github.com/datalayer/icons", "repository": { "type": "git",