2
0
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:
Nikolay Kostyurin
2021-02-05 01:51:23 +02:00
parent 1906c3cd01
commit cb4700ffa3
6 changed files with 18 additions and 12 deletions
+3 -2
View File
@@ -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",
+3 -2
View File
@@ -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",
+3 -2
View File
@@ -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",
+3 -2
View File
@@ -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",
+3 -2
View File
@@ -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",
+3 -2
View File
@@ -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",