tarantula-fl
Advanced tools
Comparing version 0.0.10 to 1.0.0
{ | ||
"$schema": "https://raw.githubusercontent.com/rescript-lang/rescript-compiler/master/docs/docson/build-schema.json", | ||
"name": "tarantula-fl", | ||
"version": "0.0.10", | ||
"sources": { | ||
@@ -18,3 +17,3 @@ "dir" : "src", | ||
"error" : "+101" | ||
}, | ||
} | ||
} |
{ | ||
"name": "tarantula-fl", | ||
"version": "0.0.10", | ||
"version": "1.0.0", | ||
"scripts": { | ||
@@ -8,3 +8,4 @@ "build": "bsb -make-world", | ||
"start": "bsb -make-world -w", | ||
"test": "mocha" | ||
"test": "mocha", | ||
"semantic-release": "semantic-release" | ||
}, | ||
@@ -23,3 +24,4 @@ "keywords": [ | ||
"devDependencies": { | ||
"mocha": "^8.2.1" | ||
"mocha": "^8.2.1", | ||
"semantic-release": "^17.3.6" | ||
}, | ||
@@ -26,0 +28,0 @@ "dependencies": { |
// Generated by ReScript, PLEASE EDIT WITH CARE | ||
'use strict'; | ||
var TestData = require("./TestData.bs.js"); | ||
var TestData = require("./testData.bs.js"); | ||
var Tarantula = require("./tarantula.bs.js"); | ||
@@ -6,0 +6,0 @@ |
@@ -6,3 +6,3 @@ // Generated by ReScript, PLEASE EDIT WITH CARE | ||
var Caml_obj = require("bs-platform/lib/js/caml_obj.js"); | ||
var TestData = require("./TestData.bs.js"); | ||
var TestData = require("./testData.bs.js"); | ||
var Belt_List = require("bs-platform/lib/js/belt_List.js"); | ||
@@ -9,0 +9,0 @@ var Belt_Array = require("bs-platform/lib/js/belt_Array.js"); |
@@ -19,3 +19,3 @@ var assert = require('assert') | ||
score = t.tarantulaScore(testData) | ||
console.log(t.tarantulaRanking(score)) | ||
// Assert | ||
@@ -22,0 +22,0 @@ for (var filename in score) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
33068
1
2
620