remove dev dependencies (unknown issue with npm publish)

release/1.0
Clovis Gauzy 2020-11-29 14:15:26 +01:00
parent 20a9aa36b0
commit f051c6496e
1 changed files with 1 additions and 7 deletions

View File

@ -5,11 +5,5 @@
"repository": "https://github.com/clovfr/node-rawtherapee",
"author": "Clovis Gauzy",
"license": "BSD-3",
"main": "rawtherapee.js",
"scripts": {
"test": "standard"
},
"devDependencies": {
"standard": "*"
}
"main": "rawtherapee.js"
}