Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
Better compatibility (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alkarex authored Mar 9, 2021
1 parent b7f039a commit 7d4788d
Show file tree
Hide file tree
Showing 10 changed files with 178 additions and 12,810 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ yarn-debug.log*
yarn-error.log*

node_modules/
yarn.lock

# Runtime data
pids
Expand Down
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,31 +145,29 @@ For more information on Grafana plugins [look here](https://grafana.com/docs/gra

## Development

To compile the plugin you need either `npm` or `yarn`.
To compile the plugin you need either `npm` (default) or `yarn`.

### 1. Install dependencies

```sh
yarn install
npm install
```

### 2. Build plugin in development mode

```sh
yarn dev
npm run-script dev
```

or run in watch mode

```sh
yarn watch
npm run-script watch
```

### 3. Build plugin in production mode

```sh
yarn build
#or
npm run-script build
```

Expand Down
10 changes: 4 additions & 6 deletions dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,31 +145,29 @@ For more information on Grafana plugins [look here](https://grafana.com/docs/gra

## Development

To compile the plugin you need either `npm` or `yarn`.
To compile the plugin you need either `npm` (default) or `yarn`.

### 1. Install dependencies

```sh
yarn install
npm install
```

### 2. Build plugin in development mode

```sh
yarn dev
npm run-script dev
```

or run in watch mode

```sh
yarn watch
npm run-script watch
```

### 3. Build plugin in production mode

```sh
yarn build
#or
npm run-script build
```

Expand Down
2 changes: 1 addition & 1 deletion dist/module.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/module.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
{"name": "MIT License", "url": "https://github.com/alexandrainst/alexandra-trackmap-panel/blob/master/LICENSE"}
],
"screenshots": [],
"version": "2.2.0",
"updated": "2021-03-02"
"version": "2.2.1",
"updated": "2021-03-08"
},
"dependencies": {
"grafanaVersion": "7.x.x",
Expand Down
Loading

0 comments on commit 7d4788d

Please sign in to comment.