We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e19cee commit b0cb818Copy full SHA for b0cb818
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "esljs",
3
"description": "ESL是一个浏览器端、符合AMD的标准加载器,适合用于现代Web浏览器端应用的入口与模块管理。",
4
- "version": "2.2.2-beta.2",
+ "version": "2.2.2",
5
"scripts": {
6
"build": "tool/dist.sh"
7
},
src/esl.js
@@ -185,7 +185,7 @@ var esl;
185
*
186
* @type {string}
187
*/
188
- globalRequire.version = '2.2.2-beta.2';
+ globalRequire.version = '2.2.2';
189
190
/**
191
* 将模块标识转换成相对的url
0 commit comments