Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
roy-coder committed Jun 2, 2023
1 parent 37e7cc9 commit d21c890
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Expand Up @@ -18,12 +18,14 @@
},
"exports": {
"./angular": "./angular.js",
"./react": "./react.js"
"./react": "./react.js",
"./node": "./node.js"
},
"scripts": {
"prettier": "prettier --check lib configs *.js *.mjs",
"test:angular": "node angular.test.mjs",
"test:react": "node react.test.mjs"
"test:react": "node react.test.mjs",
"test:node": "node node.test.mjs"
},
"prettier": {
"semi": true,
Expand Down

0 comments on commit d21c890

Please sign in to comment.