Skip to content

Commit

Permalink
More project configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
craigdallimore committed Apr 1, 2022
1 parent 5e867a3 commit bbf9ba9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
node_modules
static/bundle.js
lib
dist
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vector",
"version": "1.0.0",
"name": "@decoy9697/vector",
"version": "1.0.1",
"description": "A 2d vector library",
"repository": "https://github.com/craigdallimore/vector",
"bugs": {
Expand All @@ -17,10 +17,9 @@
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "craigdallimore <decoy9697@gmail.com>",
"license": "MIT",
"private": false,
"scripts": {
"prepublish": "tsc",
"test": "jest"
},
"devDependencies": {
Expand Down

0 comments on commit bbf9ba9

Please sign in to comment.