ono-cli 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/bin/constants.js +1 -5
  2. package/package.json +10 -3
package/bin/constants.js CHANGED
@@ -1,5 +1 @@
1
- export const defaultConfig = {
2
- organization: 'fireflies_foam',
3
- access_token: '0161dea0e646b4989aa911c4bc0c57d0',
4
- };
5
- export const configPath = `${process.env.HOME || process.env.USERPROFILE}/.onocrc`;
1
+ export const configPath = `${process.env.HOME || process.env.USERPROFILE}/.onorc`;
package/package.json CHANGED
@@ -1,13 +1,20 @@
1
1
  {
2
2
  "name": "ono-cli",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "A CLI tool for ono template",
5
5
  "main": "index.js",
6
6
  "bin": "./bin/index.js",
7
7
  "type": "module",
8
8
  "scripts": {},
9
- "files": ["bin", "lib"],
10
- "keywords": ["cli", "ono", "template"],
9
+ "files": [
10
+ "bin",
11
+ "lib"
12
+ ],
13
+ "keywords": [
14
+ "ono",
15
+ "cli",
16
+ "template"
17
+ ],
11
18
  "author": "ono",
12
19
  "license": "ISC",
13
20
  "dependencies": {