|
8 | 8 | "react-input-number", |
9 | 9 | "input-number" |
10 | 10 | ], |
11 | | - "files": [ |
12 | | - "lib", |
13 | | - "es", |
14 | | - "assets/*.css" |
15 | | - ], |
16 | | - "main": "./lib/index", |
17 | | - "module": "./es/index", |
18 | 11 | "homepage": "https://github.com/react-component/input-number", |
19 | | - "author": "tsjxyz@gmail.com", |
| 12 | + "bugs": { |
| 13 | + "url": "http://github.com/react-component/input-number/issues" |
| 14 | + }, |
20 | 15 | "repository": { |
21 | 16 | "type": "git", |
22 | 17 | "url": "git@github.com:react-component/input-number.git" |
23 | 18 | }, |
24 | | - "bugs": { |
25 | | - "url": "http://github.com/react-component/input-number/issues" |
26 | | - }, |
27 | 19 | "license": "MIT", |
| 20 | + "author": "tsjxyz@gmail.com", |
| 21 | + "main": "./lib/index", |
| 22 | + "module": "./es/index", |
| 23 | + "files": [ |
| 24 | + "lib", |
| 25 | + "es", |
| 26 | + "assets/*.css" |
| 27 | + ], |
28 | 28 | "scripts": { |
29 | | - "start": "dumi dev", |
| 29 | + "compile": "father-build && lessc assets/index.less assets/index.css", |
| 30 | + "coverage": "father test --coverage", |
30 | 31 | "docs:build": "dumi build", |
31 | 32 | "docs:deploy": "gh-pages -d docs-dist", |
32 | | - "compile": "father-build && lessc assets/index.less assets/index.css", |
33 | | - "prepublishOnly": "npm run compile && np --yolo --no-publish", |
34 | 33 | "lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md", |
| 34 | + "now-build": "npm run docs:build", |
| 35 | + "prepublishOnly": "npm run compile && np --yolo --no-publish", |
35 | 36 | "prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"", |
36 | | - "test": "father test", |
37 | | - "coverage": "father test --coverage", |
38 | | - "now-build": "npm run docs:build" |
| 37 | + "start": "dumi dev", |
| 38 | + "test": "father test" |
39 | 39 | }, |
40 | 40 | "dependencies": { |
41 | 41 | "@babel/runtime": "^7.10.1", |
| 42 | + "@rc-component/mini-decimal": "^1.0.1", |
42 | 43 | "classnames": "^2.2.5", |
43 | 44 | "rc-util": "^5.23.0" |
44 | 45 | }, |
|
0 commit comments