0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-29 00:22:05 +01:00

site: add yootils

This commit is contained in:
Luke Edwards 2019-05-04 23:29:01 -07:00
parent 1d0da9d022
commit c4c21438b2
2 changed files with 7 additions and 1 deletions

View File

@ -5323,6 +5323,11 @@
}
}
}
},
"yootils": {
"version": "0.0.15",
"resolved": "https://registry.npmjs.org/yootils/-/yootils-0.0.15.tgz",
"integrity": "sha512-GvGLuJ7XHJPGEUQ52vh8fh+vPjfikuGcu7yBswfrsNsHqnAoytOVuSb69eM0j8wQIjMz0U3kY3YsfwMhJgfG9w=="
}
}
}

View File

@ -26,7 +26,8 @@
"pg": "^7.10.0",
"polka": "^1.0.0-next.2",
"prismjs": "^1.15.0",
"sirv": "^0.4.0"
"sirv": "^0.4.0",
"yootils": "0.0.15"
},
"devDependencies": {
"@babel/core": "^7.4.4",