Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
army8735 committed Aug 14, 2018
1 parent 5418bdb commit 72e8eab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -217,4 +217,5 @@ tests/**/script.js
tests/*/*-lie.*
reports/
tests/test*.js
tests/benchmark.js
dist/migi
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "migi-server",
"version": "0.0.2",
"version": "0.1.0",
"description": "String-Based && High-Performance Server Side Render Template for migi",
"maintainers": [
{
Expand All @@ -18,7 +18,7 @@
"keywords": [
"migijs",
"migi",
"server"
"server render"
],
"author": "army8735",
"license": "MIT",
Expand All @@ -31,16 +31,16 @@
}
},
"dependencies": {
"migi": "^5.0.1"
"migi": "~6.0.0"
},
"devDependencies": {
"babel-core": "~6.23.1",
"babel-preset-es2015": "~6.22.0",
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"benchmark": "^2.1.4",
"blanket": "^1.2.3",
"coveralls": "^3.0.0",
"expect.js": "^0.3.1",
"gulp": "~3.9.0",
"gulp": "^3.9.1",
"gulp-rename": "~1.2.2",
"gulp-util": "^3.0.1",
"jaw": "~4.0.0",
Expand Down

0 comments on commit 72e8eab

Please sign in to comment.