Skip to content

Commit 8dbea1b

Browse files
committed
removed old reference to scratch
1 parent c96ee04 commit 8dbea1b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

fft.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"use strict"
22

3-
var scratch = require("scratch")
43
var ops = require("ndarray-ops")
54
var cwise = require("cwise")
65
var ndarray = require("ndarray")

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ndarray-fft",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "FFT for ndarrays",
55
"main": "fft.js",
66
"directories": {

0 commit comments

Comments
 (0)