Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pandanoir committed Sep 19, 2020
1 parent e453803 commit 35e8ab1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rubikscube",
"version": "0.0.1",
"name": "@pandanoir/rubikscube",
"version": "0.1.0",
"description": "simulating Rubik's Cube in JavaScript",
"main": "dist/cube.js",
"types": "dist/cube.d.ts",
Expand All @@ -13,7 +13,7 @@
],
"scripts": {
"preversion": "npm test",
"version": "npm run build && git add -A",
"version": "npm run build && git add package.json package-lock.json",
"postversion": "git push && git push --tags",
"test": "jest --coverage",
"build": "webpack --progress --mode production",
Expand Down

0 comments on commit 35e8ab1

Please sign in to comment.