Skip to content

Commit

Permalink
Release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Dec 3, 2020
1 parent 48f6fd5 commit 1a9bd35
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var freeModule =
//force inject to global:
var nx = (root.nx = root.nx || {
BREAKER: {},
VERSION: '1.0.2',
VERSION: '1.0.3',
DEBUG: false,
GLOBAL: root
});
Expand Down
2 changes: 1 addition & 1 deletion dist/index.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jswork/next",
"version": "1.0.2",
"version": "1.0.3",
"description": "A javascript OOP toolkit for mobile.",
"main": "dist/index.js",
"scripts": {
Expand All @@ -16,7 +16,14 @@
"oop",
"js-core",
"next",
"tookit"
"tookit",
"nx",
"static",
"es5",
"class",
"vampire",
"javascript",
"javascript-library"
],
"author": "afei",
"license": "MIT",
Expand Down

0 comments on commit 1a9bd35

Please sign in to comment.