Skip to content
This repository was archived by the owner on Aug 13, 2023. It is now read-only.

Commit 5b12dfc

Browse files
committed
fixed bugs, release 1.5
1 parent 2b64885 commit 5b12dfc

File tree

8 files changed

+158
-342
lines changed

8 files changed

+158
-342
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.idea/
2-
node_modules
2+
node_modules/
33

44
.DS_Store

.idea/jNetFramework version 2.0.iml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/modules.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

Lines changed: 83 additions & 251 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = function (grunt) {
1111
' * @version <%= pkg.version %> \n' +
1212
' * @date <%= grunt.template.today("dd-mm-yyyy") %> \n' +
1313
' **/\n',
14-
separator: '\n\n'
14+
separator: '\n'
1515
},
1616
dist: {
1717
src: [
@@ -65,7 +65,7 @@ module.exports = function (grunt) {
6565
},
6666
watch: {
6767
files: ['<%= jshint.files %>'],
68-
tasks: ['jshint', 'concat', 'uglify', 'qunit', 'bump']
68+
tasks: ['jshint', 'concat', 'uglify', 'qunit']
6969
}
7070
});
7171

0 commit comments

Comments
 (0)