Skip to content

Commit be7fa47

Browse files
modifying run kit example (#319)
1 parent 4210cd8 commit be7fa47

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

example.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
'use strict'
2-
31
const moment = require('moment')
4-
const fastJson = require('.')
2+
const fastJson = require('fast-json-stringify')
53
const stringify = fastJson({
64
title: 'Example Schema',
75
type: 'object',

0 commit comments

Comments
 (0)