Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Commit

Permalink
updating qunit
Browse files Browse the repository at this point in the history
  • Loading branch information
getify committed Jan 9, 2019
1 parent b9aced5 commit 419ac27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fpo",
"version": "6.1.7",
"version": "6.1.8",
"description": "FP library for JavaScript. Supports named-argument style methods.",
"main": "./dist/fpo.js",
"scripts": {
Expand All @@ -18,7 +18,7 @@
},
"devDependencies": {
"coveralls": "~3.0.0",
"qunitjs": "~2.4.1",
"qunitjs": "~2.9.1",
"terser": "~3.14.1"
},
"repository": "getify/fpo",
Expand Down
4 changes: 2 additions & 2 deletions tests/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<head>
<meta charset="utf-8" />
<title>FPO Test Suite</title>
<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.1.1.css">
<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.9.1.css">
</head>
<body>
<div id="qunit"></div>
<div id="qunit-fixture"></div>

<script src="../src/fpo.src.js"></script>
<script src="https://code.jquery.com/qunit/qunit-2.1.1.js"></script>
<script src="https://code.jquery.com/qunit/qunit-2.9.1.js"></script>
<script src="tests.js"></script>
</body>
</html>

0 comments on commit 419ac27

Please sign in to comment.