Skip to content

Commit

Permalink
minified structured-json
Browse files Browse the repository at this point in the history
  • Loading branch information
WebReflection committed Nov 4, 2021
1 parent 9067977 commit 32d5a59
Show file tree
Hide file tree
Showing 6 changed files with 403 additions and 252 deletions.
2 changes: 2 additions & 0 deletions cjs/json.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
'use strict';
/*! (c) Andrea Giammarchi - ISC */

const {deserialize} = require('./deserialize.js');
const {serialize} = require('./serialize.js');

Expand Down
2 changes: 2 additions & 0 deletions esm/json.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/*! (c) Andrea Giammarchi - ISC */

import {deserialize} from './deserialize.js';
import {serialize} from './serialize.js';

Expand Down
Loading

0 comments on commit 32d5a59

Please sign in to comment.