Updte deps and move output JS to build folder

This commit is contained in:
microshine 2019-02-19 12:41:43 +03:00
parent 1f035bc0f9
commit 32a26bc5b4
3 changed files with 1023 additions and 276 deletions

2
.gitignore vendored
View File

@ -8,7 +8,7 @@
/coverage /coverage
# Output # Output
index.js build
# MacOS # MacOS
.DS_Store .DS_Store

1289
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,7 @@
"type": "git", "type": "git",
"url": "https://github.com/PeculiarVentures/webcrypto.git" "url": "https://github.com/PeculiarVentures/webcrypto.git"
}, },
"main": "index.js", "main": "build/webcrypto.js",
"types": "index.d.ts", "types": "index.d.ts",
"scripts": { "scripts": {
"test": "mocha", "test": "mocha",
@ -44,8 +44,8 @@
"@types/node": "^10.12.26", "@types/node": "^10.12.26",
"coveralls": "^3.0.2", "coveralls": "^3.0.2",
"mocha": "^5.2.0", "mocha": "^5.2.0",
"nyc": "^13.2.0", "nyc": "^13.3.0",
"rollup": "^1.1.2", "rollup": "^1.2.2",
"rollup-plugin-typescript": "^1.0.0", "rollup-plugin-typescript": "^1.0.0",
"ts-node": "^7.0.1", "ts-node": "^7.0.1",
"typescript": "^3.3.3" "typescript": "^3.3.3"
@ -56,7 +56,7 @@
"asn1js": "^2.0.21", "asn1js": "^2.0.21",
"pvtsutils": "^1.0.3", "pvtsutils": "^1.0.3",
"tslib": "^1.9.3", "tslib": "^1.9.3",
"webcrypto-core": "^1.0.4" "webcrypto-core": "^1.0.5"
}, },
"nyc": { "nyc": {
"extension": [ "extension": [