Skip to content

Commit

Permalink
Update to 2.0.35
Browse files Browse the repository at this point in the history
  • Loading branch information
andot committed Feb 6, 2018
1 parent f8634fe commit 811c43b
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 4 deletions.
38 changes: 38 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Logs
logs
*.log
npm-debug.log*

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directory
node_modules

# Optional npm cache directory
.npm

# Optional REPL history
.node_repl_history

example/test.html

.vscode
package-lock.json
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Ma Bingyao <andot@hprose.com>",
"name": "hprose-html5",
"version": "2.0.34",
"version": "2.0.35",
"description": "Hprose is a High Performance Remote Object Service Engine.",
"keywords": [
"hprose",
Expand Down
15 changes: 12 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hprose-html5",
"version": "2.0.34",
"version": "2.0.35",
"description": "Hprose is a High Performance Remote Object Service Engine.",
"homepage": "https://github.com/hprose/hprose-html5",
"keywords": [
Expand Down Expand Up @@ -51,6 +51,13 @@
},
"main": "dist/hprose-html5.src.js",
"devDependencies": {
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-jshint": "^2.1.0",
"gulp-lzmajs": "^1.2.1",
"gulp-uglify": "^2.0.0",
"jshint": "^2.9.5",
"promises-aplus-tests": "*"
},
"scripts": {
Expand All @@ -67,11 +74,13 @@
"source": "git",
"target": "git://github.com/hprose/hprose-html5.git",
"basePath": "dist/",
"files": [ "hprose-html5.src.js" ]
"files": [
"hprose-html5.src.js"
]
},
"bugs": {
"url": "https://github.com/hprose/hprose-html5/issues",
"email": "andot@hprose.com"
},
"license" : "MIT"
"license": "MIT"
}

0 comments on commit 811c43b

Please sign in to comment.