Skip to content

Commit

Permalink
Refactoring package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dtex committed Oct 22, 2023
1 parent 867f5b5 commit 1526fa6
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"name": "j5e",
"version": "0.15.0",
"description": "j5e is a device framework built to levarage the ECMA-419 specification",
"main": "index.js",
"exports": {
".": "./index.js",
"./animation": "./lib/animation/index.js",
"./button": "./lib/button/index.js",
"./easing": "./lib/easing/index.js",
Expand Down Expand Up @@ -85,7 +83,12 @@
"mocha": "^10.2.0",
"sinon": "^15.2.0"
},
"dependencies": {

}
"files": [
"lib",
"examples",
"LICENSE",
"README.md",
"manifest.json",
"package.json"
]
}

0 comments on commit 1526fa6

Please sign in to comment.