Update typings and build excludes
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3347c49fa2
commit
360f272323
@ -2,8 +2,8 @@
|
||||
"name": "romulus-js",
|
||||
"version": "1.0.0",
|
||||
"description": "An implementation of the Romulus-M cryptography specification.",
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"main": "index.js",
|
||||
"types": "index",
|
||||
"scripts": {
|
||||
"lint": "ts-standard",
|
||||
"test": "jest",
|
||||
|
@ -13,7 +13,7 @@
|
||||
"declaration": true
|
||||
},
|
||||
"exclude": [
|
||||
"./tests/**/*",
|
||||
"./dist/**/*"
|
||||
"tests",
|
||||
"dist"
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user