Patch version with docs search
This commit is contained in:
parent
3e0d2c35cd
commit
1d5e322c39
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nodegui/nodegui",
|
"name": "@nodegui/nodegui",
|
||||||
"version": "0.18.0",
|
"version": "0.18.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nodegui/nodegui",
|
"name": "@nodegui/nodegui",
|
||||||
"version": "0.18.0",
|
"version": "0.18.1",
|
||||||
"description": "A cross platform library to build native desktop apps.",
|
"description": "A cross platform library to build native desktop apps.",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
|
|||||||
@ -78,6 +78,11 @@ module.exports = {
|
|||||||
googleAnalytics: {
|
googleAnalytics: {
|
||||||
trackingID: 'UA-145065218-1',
|
trackingID: 'UA-145065218-1',
|
||||||
},
|
},
|
||||||
|
algolia: {
|
||||||
|
apiKey: '0baa260ee0052fe6c974714cbf091ae1',
|
||||||
|
indexName: 'nodegui',
|
||||||
|
algoliaOptions: {}, // Optional, if provided by Algolia
|
||||||
|
},
|
||||||
},
|
},
|
||||||
presets: [
|
presets: [
|
||||||
[
|
[
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user