Skip to content

Commit

Permalink
v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyjoeseph committed Aug 24, 2021
1 parent 6ddc771 commit 5dbf265
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"name": "spectacles-ts",
"version": "1.0.0",
"version": "0.0.1",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
"build": "tsc -p tsconfig.build.json",
"build:watch": "tsc -w -p tsconfig.build.json",
"prepublish": "yarn run build",
"pretty": "yarn run prettier --check .",
"lint": "yarn run eslint . --ext .js,.jsx,.ts,.tsx --max-warnings 0",
"test": "yarn run jest tests/*.spec.ts",
Expand Down

0 comments on commit 5dbf265

Please sign in to comment.