Skip to content

Commit

Permalink
add License to package.json, #20
Browse files Browse the repository at this point in the history
  • Loading branch information
zensh committed May 4, 2018
1 parent e13bd5c commit bfc1dba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: node_js
node_js:
- "6"
- "8"
- "9"
- "10"
sudo: false
cache:
directories:
Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"authors": [
"Yan Qing <admin@zensh.com>"
],
"version": "1.2.1",
"license": "MIT",
"version": "1.2.2",
"main": "./index",
"jsnext:main": "index.mjs",
"repository": {
Expand All @@ -27,10 +28,10 @@
},
"dependencies": {},
"devDependencies": {
"@std/esm": "^0.19.1",
"standard": "^10.0.3",
"@std/esm": "^0.26.0",
"standard": "^11.0.1",
"through2": "^2.0.3",
"thunks": "^4.9.0",
"thunks": "^4.9.2",
"tman": "^1.7.4",
"to-through": "^2.0.0"
},
Expand Down

0 comments on commit bfc1dba

Please sign in to comment.