Skip to content

Commit

Permalink
Merge pull request #348 from nickspaargaren/fix-installation-packages…
Browse files Browse the repository at this point in the history
…-without-npm-installation

Fix installation packages without npm installation
  • Loading branch information
theKashey authored Dec 15, 2024
2 parents 1ce25bc + 6252253 commit f5e9eb5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.13.2 (2024-12-11)

### Bug Fixes

* Fix install packages without `npm` installation

# [2.13.0](https://github.com/theKashey/react-focus-lock/compare/v2.12.0...v2.13.0) (2024-08-25)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"build:cjs": "NODE_ENV=cjs babel src -d dist/cjs",
"build:es5": "NODE_ENV=es2015 babel src -d dist/es2015",
"build": "rm -Rf ./dist && yarn build:es5 && yarn build:cjs && yarn build:dts",
"test": "npm run test:pick -- '_tests/**/*spec.js'",
"test": "yarn test:pick -- '_tests/**/*spec.js'",
"test:pick": "NODE_ENV=cjs mocha --require @babel/register --require global-jsdom/register --require _tests/spinup/scaffolding --exit",
"prepublish": "npm run lint:fix && npm run build && npm run changelog",
"prepublish": "yarn lint:fix && yarn build && yarn changelog",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"storybook": "NODE_ENV=es2015 start-storybook -p 6006",
Expand Down

0 comments on commit f5e9eb5

Please sign in to comment.