Skip to content

Commit

Permalink
update packages to latest version and remove tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cbowling committed Jul 11, 2024
1 parent 7697c37 commit 028cbbb
Show file tree
Hide file tree
Showing 10 changed files with 372 additions and 4,873 deletions.
5 changes: 0 additions & 5 deletions jest.config.js

This file was deleted.

32 changes: 18 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,46 @@
{
"name": "@zpnester/bs-xml",
"description": "DOM Document decode API for BuckleScript",
"version": "0.3.0",
"name": "@ninefx/bs-xml",
"description": "DOM Document decode API for ReScript",
"version": "0.4.0",
"repository": {
"type": "git",
"url": "https://github.com/zpnester/bs-xml.git"
"url": "https://github.com/NineFX/bs-xml.git"
},
"author": {
"name": "Andriy Nesterenko",
"email": "[email protected]",
"url": "https://github.com/zpnester"
},
"contributors": [
"Eric S Bullington <[email protected]>",
"Joey Eckstrom <[email protected]>",
"Chris Bowling <[email protected]>",
"Drew Varner <[email protected]>",
"Samuel Nichols <[email protected]>"
],
"scripts": {
"clean": "rescript clean -with-deps",
"build": "rescript build",
"watch": "rescript build -w",
"test:watch": "jest --watchAll",
"test": "jest",
"webpack-dev-server": "webpack-dev-server",
"start": "concurrently --raw npm:watch npm:webpack-dev-server"
},
"keywords": [
"BuckleScript",
"ReScript",
"DOMParser",
"Document",
"XML",
"browser"
],
"license": "MIT",
"devDependencies": {
"@glennsl/bs-jest": "^0.7.0",
"concurrently": "7.4.0",
"copy-webpack-plugin": "11.0.0",
"html-webpack-plugin": "5.5.0",
"webpack": "^5.74.0"
"concurrently": "8.2.2",
"copy-webpack-plugin": "12.0.2",
"html-webpack-plugin": "5.6.0",
"webpack": "^5.92.1"
},
"dependencies": {
"rescript": "^10.0.1",
"rescript-webapi": "^0.6.1"
"rescript": "^11.1.2",
"rescript-webapi": "^0.9.1"
}
}
14 changes: 3 additions & 11 deletions bsconfig.json → rescript.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,21 @@
{
"name": "@ninefx/bs-xml",
"version": "0.3.1",
"version": "0.4.0",
"sources": [
{
"dir": "src",
"subdirs": true
},
{
"dir": "test",
"type": "dev"
}
],
"package-specs": {
"module": "commonjs",
"in-source": true
"module": "commonjs"
},
"suffix": ".bs.js",
"bs-dev-dependencies": [
"@glennsl/bs-jest"
],
"bs-dependencies": [
"rescript-webapi"
],
"warnings": {
"error": "+101"
},
"refmt": 3
"uncurried": false
}
2 changes: 0 additions & 2 deletions test/Expect_.res

This file was deleted.

848 changes: 0 additions & 848 deletions test/Samples.res

This file was deleted.

52 changes: 0 additions & 52 deletions test/Test.res

This file was deleted.

11 changes: 0 additions & 11 deletions test/TestBrowser.res

This file was deleted.

Loading

0 comments on commit 028cbbb

Please sign in to comment.