mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-03-21 17:25:10 -05:00
Fix tools/set-import/index.js (#9865)
The `package.json` links to `build/` in various properties even though all of those files are in the same flat directory and not in `build/`
This commit is contained in:
parent
140fcba5ef
commit
7e37e510c6
|
|
@ -94,9 +94,9 @@ const SETS = path.resolve(__dirname, 'sets');
|
|||
"name": "@smogon/sets",
|
||||
"version": version,
|
||||
"description": "Set data imported from Smogon.com and used on Pokémon Showdown",
|
||||
"main": "build/index.js",
|
||||
"unpkg": "build/index.js",
|
||||
"types": "build/index.d.ts",
|
||||
"main": "index.js",
|
||||
"unpkg": "index.js",
|
||||
"types": "index.d.ts",
|
||||
"repository": "github:smogon/sets",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user