|
1 | 1 | {
|
2 | 2 | "name": "react-uikit-trigger",
|
3 |
| - "version": "2.0.0", |
| 3 | + "version": "2.0.1", |
4 | 4 | "description": "React uikit trigger component.",
|
5 | 5 | "keywords": [
|
6 | 6 | "javascript",
|
|
23 | 23 | "lint": "eslint --quiet ./src/** && date || true && date",
|
24 | 24 | "lint:watch": "watch 'npm run lint' ./",
|
25 | 25 | "prepublish": "babel -d lib/ src/ && date",
|
26 |
| - "peer": "npm install cuid ufunc react react-dom react-uikit-base", |
27 | 26 | "test": "babel-node test-runner.js | tap-min && date|| true && date",
|
28 | 27 | "test:spec": "babel-node test-runner.js | tap-difflet || true && date",
|
29 | 28 | "test:watch": "watch 'npm run test' ./"
|
30 | 29 | },
|
31 |
| - "scripts": { |
32 |
| - "build": "babel -d lib/ src/ && date", |
33 |
| - "build:watch": "watch 'npm run build' ./src", |
34 |
| - "lint": "eslint --quiet ./src/** && date || true && date", |
35 |
| - "lint:watch": "watch 'npm run lint' ./", |
36 |
| - "peer": "npm install cuid ufunc react react-dom react-uikit-base react-uikit-button", |
37 |
| - "prepublish": "babel -d lib/ src/ && date", |
38 |
| - "test": "babel-node test-runner.js | tap-min && date || true && date", |
39 |
| - "test:spec": "babel-node test-runner.js | tap-difflet && date || true && date", |
40 |
| - "test:watch": "watch 'npm run test' ./" |
41 |
| - }, |
42 | 30 | "devDependencies": {
|
43 | 31 | "babel-cli": "~6.11.4",
|
44 | 32 | "babel-core": "~6.13.2",
|
|
65 | 53 | "tape": "~4.6.0",
|
66 | 54 | "watch": "~0.19.1"
|
67 | 55 | },
|
68 |
| - "peerDependencies": { |
| 56 | + "dependencies": { |
69 | 57 | "cuid": "~1.3.8",
|
70 |
| - "react": "~15.3.0", |
71 |
| - "react-dom": "~15.3.0", |
72 |
| - "react-uikit-base": "~2.0.0", |
73 |
| - "react-uikit-button": "~2.0.0", |
74 |
| - "ufunc": "~2.0.0" |
| 58 | + "react": "~15.3.2", |
| 59 | + "react-dom": "~15.3.2", |
| 60 | + "react-uikit-base": "~2.0.2", |
| 61 | + "react-uikit-button": "~2.0.2", |
| 62 | + "ufunc": "~2.0.1" |
75 | 63 | },
|
76 | 64 | "babel": {
|
77 | 65 | "presets": [
|
78 | 66 | "es2015",
|
79 | 67 | "react",
|
80 | 68 | "stage-2"
|
81 | 69 | ]
|
82 |
| - }, |
83 |
| - "engines": { |
84 |
| - "node": "~4.4.5" |
85 | 70 | }
|
86 | 71 | }
|
0 commit comments