Compare commits

...

3 Commits
main ... dev

Author SHA1 Message Date
Clovis Gauzy aead01ff3d Use StandardJS 2020-11-29 14:37:00 +01:00
Clovis Gauzy 3919d53ea6 Merge branch 'release/1.0' into dev 2020-11-29 14:16:11 +01:00
Clovis Gauzy 19d13f9738 Merge branch 'release/1.0' into dev 2020-11-29 14:01:11 +01:00
2 changed files with 8 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/node_modules
*.lock
*.md.backup
package-lock.json

View File

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