Comparing version 2.0.0 to 2.1.0
# History | ||
#### 2.1.0 | ||
- Remembered to build 2.0.0 this time and added some tests | ||
#### 2.0.0 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "@sbp/sbp", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "Selector Basic Programming: JavaScript Edition", | ||
@@ -13,3 +13,3 @@ "main": "dist/main.cjs", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"test": "mocha --require @babel/register -R spec *.test.js", | ||
"build": "babel index.js -o dist/main.cjs && flow-remove-types -p -o dist/module.mjs index.js", | ||
@@ -45,7 +45,12 @@ "flow": "flow", | ||
"@babel/preset-flow": "7.16.7", | ||
"@babel/register": "7.17.0", | ||
"eslint-config-standard": "17.0.0-0", | ||
"eslint-plugin-flowtype": "8.0.3", | ||
"flow-bin": "0.170.0", | ||
"flow-remove-types": "2.171.0" | ||
"flow-remove-types": "2.171.0", | ||
"mocha": "9.2.0", | ||
"should": "13.2.3", | ||
"should-sinon": "0.0.6", | ||
"sinon": "13.0.1" | ||
} | ||
} |
@@ -219,2 +219,2 @@ # SBP: A Programming Paradigm for Building Secure Software and Operating Systems | ||
[MIT.](LICENSE.txt). | ||
[MIT](LICENSE.txt). |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
50457
16
365
0
14