mirror of
https://gh.wpcy.net/https://github.com/discourse/wp-discourse.git
synced 2026-05-23 03:20:46 +08:00
* Reformat workflows, add metadata workflow and add contributing doc * Update workflow names * Update metadata.yml * Update metadata.yml * Fix script syntax * Add package.json for tests * Move setup node up * Remove npm caching * Rearrange metadata run order * Fix metadata script comparisons * Increment versions and add release note
10 lines
211 B
JSON
Vendored
10 lines
211 B
JSON
Vendored
{
|
|
"name": "wp-discourse",
|
|
"version": "1.0.0",
|
|
"repository": "git@github.com:discourse/wp-discourse.git",
|
|
"author": "Discourse",
|
|
"license": "GPL V2",
|
|
"devDependencies": {
|
|
"semver": "^7.3.5"
|
|
}
|
|
}
|