Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#25 remove test codes from npm packages, bump 0.1.2 release #26

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

smellman
Copy link
Collaborator

@smellman smellman commented Jan 9, 2024

@smellman smellman requested a review from yuiseki January 9, 2024 02:23
@smellman smellman self-assigned this Jan 9, 2024
Copy link
Member

@yuiseki yuiseki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!!

Comment on lines +3 to +4
.github/
tests/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see..

@@ -1,6 +1,6 @@
{
"name": "@unvt/sprite-one",
"version": "0.1.1",
"version": "0.1.2",
"description": "Generate sprite images and json without mapnik",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I prefer using files property in package.json other than using .npmignore

also, I think actually only need dist folder, LICENSE, README.md and package.json for NPM package, if other files are excluded except those, package size will be significantly reduced.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants