diff --git a/package-lock.json b/package-lock.json index 976c9a1..f083440 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pixi/marquee-selection", - "version": "0.1.0", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@pixi/marquee-selection", - "version": "0.1.0", + "version": "1.0.0", "license": "MIT", "devDependencies": { "@pixi/extension-scripts": "latest" diff --git a/package.json b/package.json index 5611ba0..66fdd9c 100644 --- a/package.json +++ b/package.json @@ -1,55 +1,55 @@ { "name": "@pixi/marquee-selection", - "version": "0.1.0", + "version": "1.0.0", "description": "Marching Ants UI extension for PixiJS", "author": "Matt Karl <@bigtimebuddy>", "main": "./lib/index.js", "module": "./lib/index.mjs", "types": "./lib/index.d.ts", "exports": { - ".": { - "import": "./lib/index.mjs", - "require": "./lib/index.js", - "types": "./lib/index.d.ts" - } + ".": { + "import": "./lib/index.mjs", + "require": "./lib/index.js", + "types": "./lib/index.d.ts" + } }, "homepage": "https://pixijs.com/", "bugs": "https://github.com/pixijs-userland/marquee-selection/issues", "license": "MIT", "repository": { - "type": "git", - "url": "https://github.com/pixijs-userland/marquee-selection.git" + "type": "git", + "url": "https://github.com/pixijs-userland/marquee-selection.git" }, "scripts": { - "start": "xs serve", - "watch": "xs watch", - "build": "xs build", - "docs": "xs docs", - "lint": "xs lint", - "lint:fix": "xs lint --fix", - "types": "xs types", - "release": "xs release", - "test": "xs test" + "start": "xs serve", + "watch": "xs watch", + "build": "xs build", + "docs": "xs docs", + "lint": "xs lint", + "lint:fix": "xs lint --fix", + "types": "xs types", + "release": "xs release", + "test": "xs test" }, "publishConfig": { - "access": "public" + "access": "public" }, "engines": { - "node": ">=18", - "npm": ">=9" + "node": ">=18", + "npm": ">=9" }, "files": [ - "dist/", - "lib/", - "global.d.ts" + "dist/", + "lib/", + "global.d.ts" ], "extensionConfig": { - "deployFiles": "{{dist,examples,docs}/**,preview.gif}" + "deployFiles": "{{dist,examples,docs}/**,preview.gif}" }, "peerDependencies": { - "pixi.js": ">=8 <9" + "pixi.js": ">=8 <9" }, "devDependencies": { - "@pixi/extension-scripts": "latest" + "@pixi/extension-scripts": "latest" } - } \ No newline at end of file +}