1
0
mirror of https://github.com/google/nomulus synced 2026-01-07 05:56:49 +00:00

Refactor to be more in line with a standard Gradle project structure

This commit is contained in:
Gus Brodman
2019-05-21 14:12:47 -04:00
parent 8fa45e8c76
commit a7a983bfed
3141 changed files with 99 additions and 100 deletions

13
package-lock.json generated Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "nomulus",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"google-closure-library": {
"version": "20190325.0.0",
"resolved": "https://registry.npmjs.org/google-closure-library/-/google-closure-library-20190325.0.0.tgz",
"integrity": "sha512-B+Cdh2c3BbvSIONufK3yU/yKwhm7vxaqrAvxIBo3JmUAhA3WQPRSculbJPKC4ca7b/pjlsIR76KDpVqVrJd4dg=="
}
}
}