Compare commits

..

No commits in common. "aafafc90b27df9808862ba5281abe2dc98c09146" and "489366bb8e5540b73c7638378ecf61f66820b534" have entirely different histories.

2 changed files with 1 additions and 18 deletions

View file

@ -1,17 +0,0 @@
name: Publish to NPM
on:
push:
branches: main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "20"
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_AUTH_TOKEN }}

View file

@ -1,6 +1,6 @@
{ {
"name": "@rbxts/jecs", "name": "@rbxts/jecs",
"version": "0.5.1", "version": "0.5.0",
"description": "Stupidly fast Entity Component System", "description": "Stupidly fast Entity Component System",
"main": "jecs.luau", "main": "jecs.luau",
"repository": { "repository": {