mirror of
https://github.com/tenrok/BBob.git
synced 2026-05-15 11:59:37 +03:00
feat: provide unpkg fileds for all package.json files
This commit is contained in:
@@ -22,11 +22,12 @@
|
||||
"dependencies": {
|
||||
"@bbob/parser": "^2.6.2"
|
||||
},
|
||||
"unpkg": "dist/index.js",
|
||||
"unpkgName": "BbobCore",
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.js",
|
||||
"jsnext:main": "es/index.js",
|
||||
"browser": "dist/index.js",
|
||||
"browserName": "BbobCore",
|
||||
"source": "src/index.js",
|
||||
"homepage": "https://github.com/JiLiZART/bbob",
|
||||
"author": "Nikolay Kostyurin <jilizart@gmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -7,11 +7,12 @@
|
||||
"@bbob/core": "^2.6.2",
|
||||
"@bbob/plugin-helper": "^2.6.2"
|
||||
},
|
||||
"unpkg": "dist/index.js",
|
||||
"unpkgName": "BbobHtml",
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.js",
|
||||
"jsnext:main": "es/index.js",
|
||||
"browser": "dist/index.js",
|
||||
"browserName": "BbobHtml",
|
||||
"source": "src/index.js",
|
||||
"homepage": "https://github.com/JiLiZART/bbob",
|
||||
"author": "Nikolay Kostyurin <jilizart@gmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -15,11 +15,12 @@
|
||||
"dependencies": {
|
||||
"@bbob/plugin-helper": "^2.6.2"
|
||||
},
|
||||
"unpkg": "dist/index.js",
|
||||
"unpkgName": "BbobParser",
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.js",
|
||||
"jsnext:main": "es/index.js",
|
||||
"browser": "dist/index.js",
|
||||
"browserName": "BbobParser",
|
||||
"source": "src/index.js",
|
||||
"homepage": "https://github.com/JiLiZART/bbob",
|
||||
"author": "Nikolay Kostyurin <jilizart@gmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -7,11 +7,12 @@
|
||||
"plugin",
|
||||
"helper"
|
||||
],
|
||||
"unpkg": "dist/index.js",
|
||||
"unpkgName": "BbobPluginHelper",
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.js",
|
||||
"jsnext:main": "es/index.js",
|
||||
"browser": "dist/index.js",
|
||||
"browserName": "BbobPluginHelper",
|
||||
"source": "src/index.js",
|
||||
"homepage": "https://github.com/JiLiZART/bbob",
|
||||
"author": "Nikolay Kostyurin <jilizart@gmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -14,11 +14,12 @@
|
||||
"devDependencies": {
|
||||
"@bbob/html": "^2.6.2"
|
||||
},
|
||||
"unpkg": "dist/index.js",
|
||||
"unpkgName": "BbobPresetHTML5",
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.js",
|
||||
"jsnext:main": "es/index.js",
|
||||
"browser": "dist/index.js",
|
||||
"browserName": "BbobPresetHTML5",
|
||||
"source": "src/index.js",
|
||||
"homepage": "https://github.com/JiLiZART/bbob",
|
||||
"author": "Nikolay Kostyurin <jilizart@gmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -10,11 +10,12 @@
|
||||
"dependencies": {
|
||||
"@bbob/plugin-helper": "^2.6.2"
|
||||
},
|
||||
"unpkg": "dist/index.js",
|
||||
"unpkgName": "BbobPreset",
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.js",
|
||||
"jsnext:main": "es/index.js",
|
||||
"browser": "dist/index.js",
|
||||
"browserName": "BbobPreset",
|
||||
"source": "src/index.js",
|
||||
"homepage": "https://github.com/JiLiZART/bbob",
|
||||
"author": "Nikolay Kostyurin <jilizart@gmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
Reference in New Issue
Block a user