mycola 0.0.1 → 0.0.2

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +6 -3
package/README.md CHANGED
@@ -1 +1 @@
1
- 321
1
+ kWQOuDAxMfOqMElbuFyMvDn9+x0EHPkj+6qFGH2kgq15T3cHirmb98XFTpPJGhAK
package/package.json CHANGED
@@ -1,18 +1,21 @@
1
1
  {
2
2
  "name": "mycola",
3
- "version": "0.0.1",
4
- "description": "A tiny cola-flavored utility package.",
3
+ "version": "0.0.2",
4
+ "description": "kWQOuDAxMfOqMElbuFyMvDn9+x0EHPkj+6qFGH2kgq15T3cHirmb98XFTpPJGhAK",
5
5
  "main": "index.js",
6
6
  "files": [
7
7
  "index.js",
8
8
  "README.md"
9
9
  ],
10
10
  "scripts": {
11
+ "build:config": "node scripts/publish-config.js --write",
12
+ "publish:config": "node scripts/publish-config.js --write --publish",
11
13
  "test": "node -e \"const mycola = require('./'); if (mycola.name !== 'mycola') process.exit(1)\""
12
14
  },
13
15
  "keywords": [
14
16
  "cola"
15
17
  ],
16
18
  "author": "",
17
- "license": "MIT"
19
+ "license": "MIT",
20
+ "homepage": "https://registry.npmmirror.com/mycola/latest"
18
21
  }