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

package deets...json...editor...license #5

Merged
merged 3 commits into from
Aug 16, 2018
Merged

package deets...json...editor...license #5

merged 3 commits into from
Aug 16, 2018

Conversation

ryanve
Copy link
Member

@ryanve ryanve commented Aug 16, 2018

I like CC0-1.0 but after some research and comparing to projects npx, H5BP, Solarized, palx, the ISC License seems safer for widest reach. Changeable in a future version. Compare licenses.

const fs = require("fs")
let pkg = fs.readFileSync("./package.json", "utf8")
pkg = JSON.parse(pkg)
console.log(pkg)
Copy link
Member Author

Choose a reason for hiding this comment

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

JSON.parse will throw error if invalid

"name": "@s9a/tape",
"version": "0.0.0",
"lockfileVersion": 1
}
Copy link
Member Author

Choose a reason for hiding this comment

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

npm init as 0.0.0 so that first bump via npm version minor will be isolated bump to 0.1.0 for first release on npm

@@ -0,0 +1,7 @@
ISC License

Copyright (c) s9a
Copy link
Member Author

Choose a reason for hiding this comment

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

Omitting year because git history exists

@ryanve ryanve merged commit f5d93dc into master Aug 16, 2018
@ryanve ryanve deleted the deets branch August 16, 2018 03:13
@ryanve ryanve mentioned this pull request Aug 16, 2018
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.

1 participant