Skip to content

Commit

Permalink
add Nour to licence, update npm, remove old file
Browse files Browse the repository at this point in the history
  • Loading branch information
fuhrmanator committed Aug 1, 2024
1 parent 941a0bf commit 48cee97
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 238 deletions.
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ MIT License
Copyright (c) 2021 Arezoo Nasrollah Zadeh
Copyright (c) 2021 Christopher Fuhrman
Copyright (c) 2023 Maël Paul
Copyright (c) 2024 Nour Ayachi

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
199 changes: 0 additions & 199 deletions jest.config-old.ts

This file was deleted.

68 changes: 34 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ts2famix",
"version": "2.0.0",
"description": "A TypeScript to JSON importer for Moose 10.",
"description": "A TypeScript to JSON importer for Moose.",
"main": "dist/ts2famix-cli.js",
"scripts": {
"dev": "ts-node src/ts2famix-cli.ts",
Expand All @@ -27,20 +27,20 @@
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.14.12",
"@types/node": "^22.0.2",
"@types/yargs": "^17.0.32",
"eslint": "^9.7.0",
"eslint": "^9.8.0",
"jest": "^29.7.0",
"tplant": "3.1.0",
"ts-jest": "^29.2.3",
"ts-jest": "^29.2.4",
"ts-node": "^10.9.2",
"typedoc": "^0.26.5"
},
"dependencies": {
"@types/lodash": "^4.17.7",
"grapheme-splitter": "^1.0.4",
"lodash": "^4.17.21",
"ts-morph": "^22.0.0",
"ts-morph": "^23.0.0",
"tslog": "^4.9.2",
"tsutils": "^3.21.0",
"typescript": "^5.5.4",
Expand Down

0 comments on commit 48cee97

Please sign in to comment.