Skip to content

Commit

Permalink
Make an object
Browse files Browse the repository at this point in the history
  • Loading branch information
dy committed Jun 25, 2017
1 parent ec9841e commit 8f0f591
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions index.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[
8000,
11025,
16000,
22050,
44100,
48000,
88200,
96000,
176400,
192000,
352800,
384000
]
{
"8000": 8000,
"11025": 11025,
"16000": 16000,
"22050": 22050,
"44100": 44100,
"48000": 48000,
"88200": 88200,
"96000": 96000,
"176400": 176400,
"192000": 192000,
"352800": 352800,
"384000": 384000
}
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

let assert = require('assert')

assert.ok(require('./').length)
assert.ok(require('./'))

0 comments on commit 8f0f591

Please sign in to comment.