Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "jsx-md", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Generate markdown files with a React-like syntax.", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"scripts": { | ||
"build": "rimraf lib && tsc -p tsconfig.build.json", | ||
"lint": "eslint src/**/*.ts src/**/*.tsx examples/**/*.tsx", | ||
"test": "jest" | ||
"test": "jest && pkg-ok" | ||
}, | ||
@@ -14,2 +15,5 @@ "engines": { | ||
}, | ||
"files": [ | ||
"lib" | ||
], | ||
"keywords": [ | ||
@@ -34,2 +38,3 @@ "Markdown", | ||
"jest": "^26.4.2", | ||
"pkg-ok": "^2.3.1", | ||
"prettier": "^2.1.0", | ||
@@ -36,0 +41,0 @@ "rimraf": "^3.0.2", |
@@ -6,3 +6,3 @@ # jsx-md | ||
[![open issues](https://img.shields.io/github/issues-raw/dbartholomae/jsx-md.svg)](https://github.com/dbartholomae/jsx-md/issues) | ||
[![build status](https://github.com/dbartholomae/jsx-md/workflows/.github/workflows/build.yml/badge.svg?branch=main)](https://github.com/dbartholomae/jsx-md/actions?query=workflow%3A.github%2Fworkflows%2Fbuild.yml) | ||
[![build status](https://github.com/dbartholomae/jsx-md/workflows/Build%20and%20deploy/badge.svg?branch=main)](https://github.com/dbartholomae/jsx-md/actions?query=workflow%3A"Build+and+deploy") | ||
[![codecov](https://codecov.io/gh/dbartholomae/jsx-md/branch/main/graph/badge.svg)](https://codecov.io/gh/dbartholomae/jsx-md) | ||
@@ -9,0 +9,0 @@ [![dependency status](https://david-dm.org/dbartholomae/jsx-md.svg?theme=shields.io)](https://david-dm.org/dbartholomae/jsx-md) |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
28063
14
68
440
1