Skip to content

Commit

Permalink
fix(package.json): use types instead of typings
Browse files Browse the repository at this point in the history
  • Loading branch information
mentos1386 committed Aug 13, 2022
1 parent 757ac79 commit a184863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.6",
"description": "A webpack loader for glsl shaders - includes support for nested imports. Re-Written in TypeScript",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"types": "lib/index.d.ts",
"scripts": {
"test": "jest",
"lint": "eslint",
Expand Down

0 comments on commit a184863

Please sign in to comment.