Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanc1 committed Aug 5, 2020
1 parent f20faa6 commit b5ae84f
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
{
"name": "@iooxa/editor",
"version": "0.0.2",
"version": "0.0.3",
"description": "Schema and markdown parser for the iooxa editor",
"author": "Rowan Cockett <rowan@iooxa.com>",
"homepage": "https://github.com/iooxa/editor",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"directories": {
"src": "src",
"test": "test"
},
"files": [
"src"
"dist"
],
"publishConfig": {
"access": "public"
Expand All @@ -22,15 +18,15 @@
"url": "git+https://github.com/iooxa/editor.git"
},
"scripts": {
"clean": "rm -rf dist",
"compile": "yarn run clean && tsc -p .",
"build": "tsc",
"build:watch": "tsc -w -p .",
"prepublishOnly": "yarn run compile",
"test": "jest",
"test:watch": "jest --watchAll",
"test:clear": "jest --clearCache",
"build": "tsc",
"build:watch": "tsc -w -p .",
"lint": "eslint \"src/**/*.ts\" -c .eslintrc.json",
"compile": "yarn run clean && tsc -p .",
"clean": "rm -rf dist"
"lint": "eslint \"src/**/*.ts\" -c .eslintrc.json"
},
"bugs": {
"url": "https://github.com/iooxa/editor/issues"
Expand Down

0 comments on commit b5ae84f

Please sign in to comment.