Skip to content

Commit

Permalink
version bump v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akrigline committed Mar 2, 2021
1 parent 34e7bf3 commit f097253
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 69 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,9 @@ getPackageDebugValue(
- `kind` defaults to `'boolean'`
- Returns the current value of your debug flag

## Known ~~Issues~~ Features


## Known Issues

- This module does not, in fact, exist yet.
- Any module which adds a custom key to `CONFIG.debug` will have that key show up in the `CONFIG.debug` overrides setting section.

## Acknowledgements

Expand Down
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"private": true,
"name": "foundryvtt-devMode",
"version": "0.1.0",
"description": "",
"scripts": {
"package": "gulp package",
"build": "gulp build && gulp link",
"build:watch": "gulp watch",
"clean": "gulp clean && gulp link --clean",
"update": "npm install --save-dev gitlab:foundry-projects/foundry-pc/foundry-pc-types"
},
"author": "",
"license": "",
"devDependencies": {
"@typhonjs-fvtt/eslint-config-foundry.js": "^0.8.0",
"archiver": "^5.1.0",
"chalk": "^4.1.0",
"foundry-vtt-types": "github:League-of-Foundry-Developers/foundry-vtt-types#foundry-0.7.9",
"fs-extra": "^9.0.1",
"gulp": "^4.0.2",
"gulp-git": "^2.10.1",
"gulp-less": "^4.0.1",
"gulp-sass": "^4.1.0",
"gulp-typescript": "^6.0.0-alpha.1",
"json-stringify-pretty-compact": "^2.0.0",
"sass": "^1.30.0",
"typescript": "^4.1.4",
"yargs": "^16.2.0"
}
"private": true,
"name": "foundryvtt-devMode",
"version": "1.0.0",
"description": "",
"scripts": {
"publish": "gulp publish",
"lint": "prettier --write .",
"build": "gulp build",
"build:watch": "gulp watch",
"clean": "gulp clean"
},
"author": "",
"license": "",
"devDependencies": {
"@typhonjs-fvtt/eslint-config-foundry.js": "^0.8.0",
"archiver": "^5.1.0",
"chalk": "^4.1.0",
"foundry-vtt-types": "github:League-of-Foundry-Developers/foundry-vtt-types#foundry-0.7.9",
"fs-extra": "^9.0.1",
"gulp": "^4.0.2",
"gulp-git": "^2.10.1",
"gulp-less": "^4.0.1",
"gulp-sass": "^4.1.0",
"gulp-typescript": "^6.0.0-alpha.1",
"json-stringify-pretty-compact": "^2.0.0",
"sass": "^1.30.0",
"typescript": "^4.1.4",
"yargs": "^16.2.0"
}
}
72 changes: 36 additions & 36 deletions src/module.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
{
"name": "_dev-mode",
"title": "🧙 Developer Mode",
"description": "Enables developers to do developer things.",
"version": "0.1.0",
"author": "Andrew Krigline (akrigline)",
"authors": [
{
"name": "Andrew Krigline",
"discord": "Calego#0914",
"url": "https://github.com/ElfFriend-DnD",
"patreon": "https://www.patreon.com/ElfFriend_DnD"
}
],
"esmodules": [
"foundryvtt-devMode.js"
],
"styles": [
"foundryvtt-devMode.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"minimumCoreVersion": "0.7.9",
"compatibleCoreVersion": "0.7.9",
"bugs": "https://github.com/League-of-Foundry-Developers/foundryvtt-devMode/issues",
"changelog": "https://github.com/League-of-Foundry-Developers/foundryvtt-devMode/releases",
"download": "https://github.com/League-of-Foundry-Developers/foundryvtt-devMode/releases/download/v1.2.0/module.zip",
"manifest": "https://github.com/League-of-Foundry-Developers/foundryvtt-devMode/releases/latest/download/module.json",
"readme": "https://raw.githubusercontent.com/League-of-Foundry-Developers/foundryvtt-devMode/main/README.md",
"url": "https://github.com/League-of-Foundry-Developers/foundryvtt-devMode",
"allowBugReporter": true,
"library": true
"name": "_dev-mode",
"title": "🧙 Developer Mode",
"description": "Enables developers to do developer things without affecting non-developers.",
"version": "1.0.0",
"author": "Andrew Krigline (akrigline)",
"authors": [
{
"name": "Andrew Krigline",
"discord": "Calego#0914",
"url": "https://github.com/ElfFriend-DnD",
"patreon": "https://www.patreon.com/ElfFriend_DnD"
}
],
"esmodules": [
"foundryvtt-devMode.js"
],
"styles": [
"foundryvtt-devMode.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"minimumCoreVersion": "0.7.9",
"compatibleCoreVersion": "0.7.9",
"bugs": "https://github.com/League-of-Foundry-Developers/foundryvtt-devMode/issues",
"changelog": "https://github.com/League-of-Foundry-Developers/foundryvtt-devMode/releases",
"download": "https://github.com/ElfFriend-DnD/foundryvtt-confetti/releases/download/v1.0.0/module.zip",
"manifest": "https://github.com/ElfFriend-DnD/foundryvtt-confetti/releases/latest/download/module.json",
"readme": "https://raw.githubusercontent.com/League-of-Foundry-Developers/foundryvtt-devMode/main/README.md",
"url": "https://github.com/ElfFriend-DnD/foundryvtt-confetti",
"allowBugReporter": true,
"library": true
}

0 comments on commit f097253

Please sign in to comment.