Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "p2-es", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"license": "MIT", | ||
@@ -67,3 +67,3 @@ "description": "A JavaScript 2D physics engine.", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^3.28.1", | ||
"rollup": "^3.29.4", | ||
"rollup-plugin-filesize": "^9.1.1", | ||
@@ -70,0 +70,0 @@ "ts-jest": "^29.1.1", |
@@ -139,5 +139,12 @@ # p2-es | ||
yarn && yarn build | ||
# install deps | ||
yarn | ||
# build p2-es | ||
(cd packages/p2-es && yarn build) | ||
# build the website | ||
yarn build | ||
npx http-server apps/p2-es-website/dist | ||
``` |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
675215
20505
150