Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtimebuddy committed Dec 18, 2024
1 parent d9f2c22 commit dcfb4f9
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}

0 comments on commit dcfb4f9

Please sign in to comment.