Skip to content

Commit 4de5cd8

Browse files
committed
remove unneeded files
1 parent ebb62fa commit 4de5cd8

File tree

5 files changed

+81
-510
lines changed

5 files changed

+81
-510
lines changed

.babelrc

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ Drone signs the Drone configuration file. This needs to be run everytime the dro
1313
To update the drone file run (note that you need to export your `DRONE_TOKEN` before):
1414

1515
```
16-
drone --server https://drone.grafana.net sign --save grafana/grafana-async-query
16+
drone --server https://drone.grafana.net sign --save grafana/grafana-async-query-data-js
1717
```

index.js

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

package.json

Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@grafana/async-query",
2+
"name": "@grafana/async-query-data",
33
"version": "0.0.1",
44
"description": "Async query support for Grafana",
55
"main": "dist/index.js",
@@ -8,7 +8,7 @@
88
"build": "yarn clean && yarn typecheck && yarn bundle",
99
"bundle": "rollup -c rollup.config.ts",
1010
"clean": "rimraf ./dist ./compiled",
11-
"typecheck": "tsc -p ./tsconfig.build.json ",
11+
"typecheck": "tsc -p ./tsconfig.build.json",
1212
"test": "jest --notify --watch",
1313
"test:coverage": "jest --coverage",
1414
"test-ci": "grafana-toolkit plugin:test"
@@ -20,19 +20,15 @@
2020
"access": "public"
2121
},
2222
"files": [
23-
"index.js",
2423
"dist"
2524
],
26-
"repository": "github:grafana/grafana-async-query",
25+
"repository": "github:grafana/grafana-async-query-data-js",
2726
"author": "Grafana Labs <team@grafana.com> (https://grafana.com)",
2827
"license": "Apache-2.0",
2928
"dependencies": {
3029
"tslib": "^2.4.1"
3130
},
3231
"devDependencies": {
33-
"@babel/preset-env": "^7.13.12",
34-
"@babel/preset-react": "^7.13.13",
35-
"@babel/preset-typescript": "^7.13.0",
3632
"@grafana/data": "8.4.7",
3733
"@grafana/runtime": "8.4.7",
3834
"@grafana/toolkit": "8.4.7",
@@ -41,31 +37,15 @@
4137
"@testing-library/jest-dom": "^5.11.10",
4238
"@testing-library/react": "^11.2.5",
4339
"@testing-library/react-hooks": "^5.1.0",
44-
"@types/braintree__sanitize-url": "4.0.0",
4540
"@types/jest": "23.3.14",
46-
"@types/jquery": "3.3.38",
47-
"@types/lodash": "4.14.123",
48-
"@types/node": "10.14.1",
49-
"@types/papaparse": "5.2.0",
5041
"@types/react": "17.0.42",
5142
"@types/react-dom": "17.0.14",
52-
"@types/react-test-renderer": "^17.0.1",
53-
"@types/rollup-plugin-visualizer": "2.6.0",
54-
"@types/sinon": "^7.5.2",
55-
"babel-jest": "^26.6.3",
5643
"esbuild": "^0.15.13",
5744
"jest": "^26.6.3",
58-
"pretty-format": "25.1.0",
59-
"react-select-event": "^5.3.0",
60-
"react-test-renderer": "^17.0.2",
6145
"rimraf": "^3.0.2",
6246
"rollup": "^2.79.1",
6347
"rollup-plugin-dts": "^5.0.0",
6448
"rollup-plugin-esbuild": "^4.10.1",
65-
"rollup-plugin-node-externals": "^5.0.2",
66-
"sinon": "8.1.1"
67-
},
68-
"resolutions": {
69-
"rxjs": "^6.6.3"
49+
"rollup-plugin-node-externals": "^5.0.2"
7050
}
7151
}

0 commit comments

Comments
 (0)