Skip to content

Commit e0f02fd

Browse files
committed
chore(deps): update dependency tsbb to v3.1.4
1 parent e05b1ef commit e0f02fd

File tree

3 files changed

+5
-54
lines changed

3 files changed

+5
-54
lines changed

.babelrc

Lines changed: 0 additions & 37 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,8 @@ React Codepen
44
<!--dividing-->
55

66
[![Build & Deploy](https://github.com/uiwjs/react-codepen/workflows/Build%20&%20Deploy/badge.svg)](https://github.com/uiwjs/react-codepen/actions)
7-
[![Issues](https://img.shields.io/github/issues/uiwjs/react-codepen.svg)](https://github.com/uiwjs/react-codepen/issues)
8-
[![Forks](https://img.shields.io/github/forks/uiwjs/react-codepen.svg)](https://github.com/uiwjs/react-codepen/network)
9-
[![Stars](https://img.shields.io/github/stars/uiwjs/react-codepen.svg)](https://github.com/uiwjs/react-codepen/stargazers)
10-
[![Release](https://img.shields.io/github/release/uiwjs/react-codepen)](https://github.com/uiwjs/react-codepen/releases)
117
[![npm version](https://img.shields.io/npm/v/@uiw/react-codepen.svg)](https://www.npmjs.com/package/@uiw/react-codepen)
8+
[![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@uiw/react-codepen/file/README.md)
129

1310
A React component is provided that allows you to programmatically generate [codepen](https://codepen.io/) projects from code samples on the fly.
1411

package.json

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,11 @@
77
"typings": "lib/esm/index.d.ts",
88
"homepage": "https://uiwjs.github.io/react-codepen",
99
"scripts": {
10-
"prepare": "npm run build:lib",
10+
"prepare": "npm run build",
1111
"doc": "kkt build --app-src ./website",
1212
"start": "kkt start --app-src ./website",
13-
"build": "npm run build:lib && npm run doc",
14-
"build:lib": "npm run ts:build && npm run types:esm && npm run types:cjs && npm run css:build",
15-
"watch": "npm run ts:watch & npm run types:watch & npm run css:watch",
16-
"types:build": "tsbb types --sourceRoot src --target ESNEXT",
17-
"types:watch": "npm run types:esm -- --watch & npm run types:cjs -- --watch",
18-
"types:esm": "npm run types:build -- --outDir ../lib/esm",
19-
"types:cjs": "npm run types:build -- --outDir ../lib/cjs",
20-
"css:build": "compile-less -d src -o lib/esm",
21-
"css:watch": "compile-less -d src -o lib/esm --watch",
22-
"ts:watch": "tsbb watch --env-name esm:dev --env-name cjs --target react",
23-
"ts:build": "tsbb build --target react"
13+
"watch": "tsbb watch",
14+
"build": "tsbb build"
2415
},
2516
"repository": {
2617
"type": "git",
@@ -45,7 +36,7 @@
4536
"react": "17.0.2",
4637
"react-dom": "17.0.2",
4738
"kkt": "6.8.2",
48-
"tsbb": "2.1.2"
39+
"tsbb": "3.1.4"
4940
},
5041
"eslintConfig": {
5142
"extends": [

0 commit comments

Comments
 (0)