Skip to content

Commit

Permalink
lrean koa babel
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanchunliang committed Nov 18, 2016
1 parent af73ed1 commit 6dbe7f2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
{
"name": "Closure",
"name": "zcl",
"version": "1.0.0",
"description": "",
"main": "Closure.js",
"main": "src/helloKoa.js",
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "^1.0.0"
"grunt-contrib-watch": "^1.0.0",
"babel-core": "6.13.2",
"babel-polyfill": "6.13.0",
"babel-preset-es2015-node6": "0.3.0",
"babel-preset-stage-3": "6.5.0",
"koa": "2.0.0",
"koa-router": "7.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
1 change: 0 additions & 1 deletion src/app.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
alert('sss');
console.log('sss');
function count1(){
var arr = [];
Expand Down

0 comments on commit 6dbe7f2

Please sign in to comment.