Skip to content

Commit

Permalink
fix: release (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
echarles authored Nov 22, 2024
1 parent 3632663 commit 864d9db
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
9 changes: 8 additions & 1 deletion icons-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 864d9db

Please sign in to comment.