@ncfour-us/stats 0.0.0 → 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +7 -1
package/package.json CHANGED
@@ -1,6 +1,10 @@
1
1
  {
2
2
  "name": "@ncfour-us/stats",
3
3
  "description": "A set of basic statistics classes and utility functions",
4
+ "repository": {
5
+ "type": "git",
6
+ "url": "https://github.com/ncfour-us/stats.git"
7
+ },
4
8
  "author": {
5
9
  "name": "Tim Hahn",
6
10
  "email": "hahntj@gmail.com",
@@ -50,7 +54,7 @@
50
54
  },
51
55
  "main": "lib/index.js",
52
56
  "license": "MIT",
53
- "version": "0.0.0",
57
+ "version": "0.0.1",
54
58
  "jest": {
55
59
  "coverageProvider": "v8",
56
60
  "testMatch": [
@@ -126,7 +130,9 @@
126
130
  "post-upgrade": "projen post-upgrade",
127
131
  "pre-compile": "projen pre-compile",
128
132
  "publish:git": "projen publish:git",
133
+ "publish:github": "projen publish:github",
129
134
  "publish:local": "projen publish:local",
135
+ "publish:npm": "projen publish:npm",
130
136
  "release": "projen release",
131
137
  "test": "projen test",
132
138
  "test:watch": "projen test:watch",