Skip to content

Commit

Permalink
feat: diff operation (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadilas authored Feb 16, 2024
2 parents dd5b1c1 + a07c233 commit cf7639b
Show file tree
Hide file tree
Showing 8 changed files with 20,966 additions and 22,343 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/codeball.yml

This file was deleted.

16 changes: 5 additions & 11 deletions apps/ogre-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
{
"name": "@dotinc/ogre-cli",
"version": "0.0.0",
"version": "0.0.1",
"author": "János Veres @nadilas",
"license": "MIT",
"bin": "dist/cli.js",
"type": "module",
"main": "dist/cli.js",
"engines": {
"node": ">=16"
"node": ">=18"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"test": "prettier --check . && xo && ava"
"_test": "prettier --check . && ava"
},
"files": [
"dist"
Expand All @@ -34,7 +36,6 @@
"prettier": "^2.8.7",
"ts-node": "^10.9.1",
"typescript": "^5.0.3",
"xo": "^0.53.1",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.17",
"auto-changelog": "^2.4.0",
Expand All @@ -49,12 +50,5 @@
"--loader=ts-node/esm"
]
},
"xo": {
"extends": "xo-react",
"prettier": true,
"rules": {
"react/prop-types": "off"
}
},
"prettier": "@vdemedes/prettier-config"
}
Loading

0 comments on commit cf7639b

Please sign in to comment.