-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
irnsght
committed
May 20, 2023
1 parent
ef43403
commit b03eb04
Showing
2 changed files
with
24 additions
and
24 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
{ | ||
"name": "puddler", | ||
"version": "1.1.0", | ||
"description": "", | ||
"main": "Puddler.js", | ||
"name": "puddler", | ||
"version": "1.1.1", | ||
"description": "", | ||
"main": "Puddler.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"compile": "tsc -p ./tsconfig.json", | ||
"insertHeader": "bash ./shellscripts/insertHeader.sh", | ||
"deploy": "npm run build && npm run insertHeader src/header.js dist/Puddler.js", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"compile": "tsc -p ./tsconfig.json", | ||
"insertHeader": "bash ./shellscripts/insertHeader.sh", | ||
"deploy": "npm run build && npm run insertHeader src/header.js dist/Puddler.js", | ||
"build": "npm run compile && webpack" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@babel/core" : "^7.21.8", | ||
"@babel/polyfill" : "^7.12.1", | ||
"@babel/preset-env" : "^7.21.5", | ||
"babel-loader" : "^9.1.2" , | ||
"core-js" : "^3.30.2", | ||
"ts-jest" : "^29.1.0", | ||
"ts-node" : "^10.9.1", | ||
"typescript" : "^5.0.4" , | ||
"webpack" : "^5.82.1", | ||
"webpack-cli" : "^5.1.1" , | ||
"webpack-dev-server": "^4.15.0" | ||
}, | ||
"@babel/core": "^7.21.8", | ||
"@babel/polyfill": "^7.12.1", | ||
"@babel/preset-env": "^7.21.5", | ||
"babel-loader": "^9.1.2", | ||
"core-js": "^3.30.2", | ||
"ts-jest": "^29.1.0", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^5.0.4", | ||
"webpack": "^5.82.1", | ||
"webpack-cli": "^5.1.1", | ||
"webpack-dev-server": "^4.15.0" | ||
}, | ||
"dependencies": {} | ||
} |