aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..6aefc52
--- /dev/null
+++ b/package.json
@@ -0,0 +1,22 @@
+{
+ "name": "cleanup-path",
+ "version": "2.0.0",
+ "description": "Clean up PATH on Windows workers",
+ "main": "clean.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/egor-tensin/cleanup-path.git"
+ },
+ "author": "Egor Tensin <Egor.Tensin@gmail.com>",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/egor-tensin/cleanup-path/issues"
+ },
+ "homepage": "https://github.com/egor-tensin/cleanup-path",
+ "dependencies": {
+ "@actions/core": "^1.2.6"
+ }
+}