@tryghost/announcement-bar 1.1.4 → 1.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -8,17 +8,7 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo
8
8
 
9
9
  This section is mostly relevant for core team only for active development.
10
10
 
11
- - Run `yarn start:dev` to start project in development mode
12
- - Update `config.local.json` in Ghost repo:
13
- ```json
14
- {
15
- ...
16
- "announcementBar": {
17
- "url": "http://localhost:5370/announcement-bar"
18
- }
19
- }
20
- ```
21
- It's also possible to specify a custom port when running the script using - `--port=xxxx`.
11
+ Run `yarn dev` with `--announcement-bar` to start Ghost with a development version of Announcement Bar
22
12
 
23
13
  ## Available Scripts
24
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryghost/announcement-bar",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -79,11 +79,10 @@
79
79
  "chalk": "4.1.2",
80
80
  "chokidar": "3.5.3",
81
81
  "copy-webpack-plugin": "11.0.0",
82
- "eslint-plugin-ghost": "2.16.0",
82
+ "eslint-plugin-ghost": "3.1.0",
83
83
  "minimist": "1.2.8",
84
84
  "nock": "13.3.0",
85
- "ora": "5.4.1",
86
- "postcss": "8.4.21",
85
+ "postcss": "8.4.24",
87
86
  "rewire": "6.0.0",
88
87
  "serve-handler": "6.1.5",
89
88
  "webpack-cli": "3.3.12"