rescript-asyncdata
Advanced tools
Sorry, the diff of this file is not supported yet
@@ -19,3 +19,3 @@ # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node | ||
| matrix: | ||
| node-version: [10.x, 12.x] | ||
| node-version: [12.x] | ||
@@ -22,0 +22,0 @@ steps: |
+3
-3
@@ -22,7 +22,7 @@ { | ||
| "package-specs": { | ||
| "module": "commonjs", | ||
| "module": "es6", | ||
| "in-source": true | ||
| }, | ||
| "bs-dependencies": ["reason-react"], | ||
| "bs-dev-dependencies": ["reason-test-framework"], | ||
| "bs-dependencies": ["@rescript/react"], | ||
| "bs-dev-dependencies": ["rescript-test"], | ||
| "suffix": ".bs.js", | ||
@@ -29,0 +29,0 @@ "warnings": { |
+6
-0
@@ -0,1 +1,7 @@ | ||
| # 3.0.0 | ||
| Changes: | ||
| - Move to ReScript React (f0c885f) | ||
| # 2.0.0 | ||
@@ -2,0 +8,0 @@ |
+5
-21
| { | ||
| "name": "rescript-asyncdata", | ||
| "version": "2.0.0", | ||
| "version": "3.0.0", | ||
| "scripts": { | ||
@@ -8,4 +8,3 @@ "clean": "bsb -clean-world", | ||
| "watch": "bsb -make-world -w", | ||
| "test": "jest", | ||
| "examples": "moduleserve ./example --port 8000" | ||
| "test": "retest --with-dom test/*.bs.js" | ||
| }, | ||
@@ -15,29 +14,14 @@ "keywords": [ | ||
| ], | ||
| "author": "", | ||
| "author": "Matthias Le Brun <bloodyowl@icloud.com>", | ||
| "license": "MIT", | ||
| "jest": { | ||
| "moduleDirectories": [ | ||
| "node_modules" | ||
| ], | ||
| "roots": [ | ||
| "test" | ||
| ], | ||
| "testMatch": [ | ||
| "**/*__test.bs.js" | ||
| ], | ||
| "transformIgnorePatterns": [ | ||
| "node_modules/(?!(bs-platform|reason-react|reason-react-compat|reason-react-update|bs-webapi|bs-css|bs-css-emotion)/)" | ||
| ] | ||
| }, | ||
| "devDependencies": { | ||
| "bs-platform": "^8.3.2", | ||
| "jest": "^26.6.2", | ||
| "moduleserve": "^0.9.1", | ||
| "react": "^17.0.1", | ||
| "react-dom": "^17.0.1", | ||
| "reason-test-framework": "^0.3.2" | ||
| "rescript-test": "^0.6.3" | ||
| }, | ||
| "dependencies": { | ||
| "reason-react": "^0.9.1" | ||
| "@rescript/react": "^0.10.1" | ||
| } | ||
| } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
25367
0.66%5
-16.67%15
7.14%1
-50%+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed