Skip to content

Commit

Permalink
Optimize code
Browse files Browse the repository at this point in the history
  • Loading branch information
welefen committed Aug 14, 2017
1 parent ee3bece commit bbcfd48
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 134 deletions.
4 changes: 2 additions & 2 deletions .npmignore
Expand Up @@ -3,5 +3,5 @@ coverage/
demo/
test/
ISSUE_TEMPLATE.md
appveyor.yml
README_zh-CN.md
CODE_OF_CONDUCT.md
appveyor.yml
2 changes: 2 additions & 0 deletions .travis.yml
@@ -1,6 +1,8 @@
language: node_js
node_js:
- '6'
- '7'
- '8'
sudo: false
script:
- "npm run test"
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2013-2016 lichengyin (welefen@gmail.com) and contributors
Copyright (c) 2013-2017 lichengyin (welefen@gmail.com) and contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
126 changes: 0 additions & 126 deletions README_zh-CN.md

This file was deleted.

7 changes: 3 additions & 4 deletions appveyor.yml
@@ -1,8 +1,8 @@
environment:
matrix:
- nodejs_version: "0.12"
- nodejs_version: "4.2"
- nodejs_version: "5.2"
- nodejs_version: "6.0"
- nodejs_version: "7.0"
- nodejs_version: "8.0"
install:
- ps: Install-Product node $env:nodejs_version
- set PATH=%APPDATA%\npm;%PATH%
Expand All @@ -12,6 +12,5 @@ build: off
test_script:
- node --version
- npm --version
- npm install source-map@0.5.3
- npm run test
version: "{build}"
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -96,7 +96,7 @@
"url": "https://github.com/thinkjs/thinkjs"
},
"engines": {
"node": ">=0.12.0"
"node": ">=6.0.0"
},
"license": "MIT",
"readmeFilename": "README.md",
Expand Down

0 comments on commit bbcfd48

Please sign in to comment.