Skip to content

Commit

Permalink
Release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dubrowgn committed Aug 29, 2020
1 parent 0cd7e99 commit 19381ce
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "impulse.js",
"version": "0.1.1",
"name": "@dubrowgn/impulse.js",
"version": "0.2.1",
"description": "Impulse.js is a high performance HTML5 game engine for JavaScript.",
"main": "main.js",
"scripts": {
"build": "npx tsc && cat LICENSE dist/impulse.js > dist/impulse.js.lic && mv dist/impulse.js.lic dist/impulse.js",
"build-release": "npx tsc && npm run -s compress",
"clean": "rm -rf dist",
"compress": "npx uglify-es dist/impulse.js -o dist/impulse.min.js -cm --source-map 'content=dist/impulse.js.map' --comments",
"publish": "cp package.json dist/. && cd dist && npm publish --access=public",
"shell": "npx ts-node",
"shell-test": "npx ts-node --project test/tsconfig.json --dir .",
"test": "npx ts-node --project test/tsconfig.json --dir . $(npx which pta) test/**/*.{j,t}s",
Expand All @@ -33,5 +34,8 @@
"ts-node": "^8.10.2",
"typescript": "^3.9.7",
"uglify-es": "^3.3.9"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}

0 comments on commit 19381ce

Please sign in to comment.