make executable

This commit is contained in:
Timo Hocker 2020-01-15 14:14:54 +01:00
parent 709ab6ea35
commit c11e6ebfd7
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
#!/usr/bin/env node
/* eslint-disable no-console */
/* eslint-disable global-require */
/* eslint-disable no-sync */

View File

@ -3,8 +3,8 @@
"version": "1.0.0",
"description": "macros for setting up projects or project parts",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"bin": {
"snippeteer": "./index.js"
},
"repository": {
"type": "git",