Skip to content

Commit b0cb818

Browse files
committed
bump 2.2.2
1 parent 4e19cee commit b0cb818

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "esljs",
33
"description": "ESL是一个浏览器端、符合AMD的标准加载器,适合用于现代Web浏览器端应用的入口与模块管理。",
4-
"version": "2.2.2-beta.2",
4+
"version": "2.2.2",
55
"scripts": {
66
"build": "tool/dist.sh"
77
},

src/esl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ var esl;
185185
*
186186
* @type {string}
187187
*/
188-
globalRequire.version = '2.2.2-beta.2';
188+
globalRequire.version = '2.2.2';
189189

190190
/**
191191
* 将模块标识转换成相对的url

0 commit comments

Comments
 (0)