Comparing version 1.4.3 to 1.5.0
@@ -5,3 +5,3 @@ Dual licensed under WTFPL and MIT: | ||
Copyright © 2012–2016 Domenic Denicola <d@domenic.me> | ||
Copyright © 2012–2018 Domenic Denicola <d@domenic.me> | ||
@@ -30,3 +30,3 @@ This work is free. You can redistribute it and/or modify it under the | ||
Copyright © 2012–2016 Domenic Denicola <d@domenic.me> | ||
Copyright © 2012–2018 Domenic Denicola <d@domenic.me> | ||
@@ -33,0 +33,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
{ | ||
"name": "opener", | ||
"description": "Opens stuff, like webpages and files and executables, cross-platform", | ||
"version": "1.4.3", | ||
"version": "1.5.0", | ||
"author": "Domenic Denicola <d@domenic.me> (https://domenic.me/)", | ||
"license": "(WTFPL OR MIT)", | ||
"repository": "domenic/opener", | ||
"main": "opener.js", | ||
"bin": "opener.js", | ||
"main": "lib/opener.js", | ||
"bin": "bin/opener-bin.js", | ||
"files": [ | ||
"opener.js" | ||
"lib/", | ||
"bin/" | ||
], | ||
"scripts": { | ||
"lint": "jshint opener.js" | ||
"lint": "eslint ." | ||
}, | ||
"devDependencies": { | ||
"jshint": "^2.6.3" | ||
"eslint": "^5.3.0" | ||
} | ||
} |
@@ -55,4 +55,2 @@ # It Opens Stuff | ||
Because Windows has `start`, Macs have `open`, and *nix has `xdg-open`. At least | ||
[according to some guy on StackOverflow](http://stackoverflow.com/q/1480971/3191). And I like things that work on all | ||
three. Like Node.js. And Opener. | ||
Because Windows has `start`, Macs have `open`, and *nix has `xdg-open`. At least [according to some guy on StackOverflow](http://stackoverflow.com/q/1480971/3191). And I like things that work on all three. Like Node.js. And Opener. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6194
5
66
56