Skip to content

Commit

Permalink
refactor: move files to the lib directory
Browse files Browse the repository at this point in the history
  • Loading branch information
trezy committed May 28, 2024
1 parent f0413e0 commit c97ed02
Show file tree
Hide file tree
Showing 23 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.idea
node_modules/
**/dist/
**/lib/
packages/*/stats.html
.eslintcache
.DS_Store
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"extensionConfig": {
"lint": [
"test",
"src"
"lib"
],
"environments": ["node"],
"docsName": "PixiJS React",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.eslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
".eslintrc.js",
"wallaby.js",
],
"include": ["src/**/*"]
"include": ["lib/**/*"]
}
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { PixiElementsImpl } from '../src/types/PixiElementsImpl';
import type { PixiElementsImpl } from '../lib/types/PixiElementsImpl';

declare global
{
Expand Down

0 comments on commit c97ed02

Please sign in to comment.