Skip to content

Commit 3aa2957

Browse files
committed
GitHub Package Registry setup
1 parent d10b018 commit 3aa2957

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@float-toolkit:registry=https://npm.pkg.github.com

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@float-toolkit/core",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Float Toolkit is a Node.js package for working with floating-point numbers.",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",
@@ -15,17 +15,20 @@
1515
"build": "rm -rf dist typings && npm run format && tsc && gen-esm-wrapper dist dist/index.mjs",
1616
"format": "prettier --write .",
1717
"docs": "rm -rf docs && npm run format && typedoc",
18-
"buildWithDocs": "rm -rf docs && npm run build && typedoc",
19-
"upload": "npm run buildWithDocs && npm publish --access=public && firebase deploy"
18+
"buildWithDocs": "rm -rf docs && npm run build && typedoc"
2019
},
2120
"repository": {
2221
"type": "git",
23-
"url": "git+https://github.com/Float-Toolkit/core.git"
22+
"url": "git://github.com/Float-Toolkit/core.git"
2423
},
2524
"keywords": [
2625
"float",
26+
"floating-point",
2727
"number",
28+
"round",
2829
"math",
30+
"no-dependencies",
31+
"dependency-less",
2932
"Node.js"
3033
],
3134
"author": "LuisFerLCC",

0 commit comments

Comments
 (0)