Compare commits

..

2 Commits
dev ... main

Author SHA1 Message Date
Clovis Gauzy eb1bcf2a1e Merge branch 'release/1.0' into main 2020-11-29 14:16:11 +01:00
Clovis Gauzy 502b671347 Merge branch 'release/1.0' into main 2020-11-29 14:01:12 +01:00
2 changed files with 1 additions and 8 deletions

1
.gitignore vendored
View File

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

View File

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