Skip to content

Commit 556875c

Browse files
committed
Replaced bundled discovery with its npm version
1 parent d734afa commit 556875c

8 files changed

Lines changed: 3502 additions & 33776 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.1.0 (25-11-2018)
2+
3+
* Replaced bundled discovery with its npm version
4+
15
## 1.0.7 (23-11-2018)
26

37
* Updated discovery and jora

package-lock.json

Lines changed: 3492 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsondiscovery",
3-
"version": "1.0.7",
3+
"version": "1.1.0",
44
"description": "DiscoveryJson",
55
"author": "[email protected]",
66
"license": "MIT",
@@ -12,6 +12,7 @@
1212
"build": "webpack --config ./core/webpack.prod.js -p --progress --hide-modules --colors --info-verbosity verbose"
1313
},
1414
"devDependencies": {
15+
"@discoveryjs/discovery": "^1.0.0-beta.1",
1516
"archiver": "^2.1.0",
1617
"babel-core": "^6.26.0",
1718
"babel-eslint": "^8.0.1",

src/content/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import { Widget, router, complexViews } from '../discovery/lib.umd.js';
1+
import { Widget, router, complexViews } from '@discoveryjs/discovery/dist/lib.umd.js';
22

3-
require('../discovery/lib.css');
4-
require('../discovery/common.css');
3+
require('@discoveryjs/discovery/dist/lib.css');
4+
require('@discoveryjs/discovery/client/common.css');
55
require('./index.css');
66

77
/**

src/discovery/common.css

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

src/discovery/lib.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)