Comparing version 3.1.1 to 3.1.2
{ | ||
"name": "fft.js", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "Fast Fourier Transform (radix-4)", | ||
@@ -10,3 +10,5 @@ "main": "lib/fft.js", | ||
"bench": "cd bench && npm install && node .", | ||
"test": "mocha --reporter=spec test/*-test.js && npm run lint" | ||
"build": "webpack --progress --colors -p", | ||
"test": "mocha --reporter=spec test/*-test.js && npm run lint", | ||
"version": "npm run build && git add dist/" | ||
}, | ||
@@ -28,2 +30,6 @@ "repository": { | ||
"devDependencies": { | ||
"babel-core": "^6.23.1", | ||
"babel-loader": "^6.4.0", | ||
"babel-preset-es2015": "^6.22.0", | ||
"babel-preset-react": "^6.23.0", | ||
"eslint": "^3.17.0", | ||
@@ -30,0 +36,0 @@ "fft": "^0.2.1", |
Sorry, the diff of this file is not supported yet
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
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
0
12209
8
7
287