feature/type-declarations #1
|
@ -2,8 +2,8 @@
|
||||||
"name": "romulus-js",
|
"name": "romulus-js",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "An implementation of the Romulus-M cryptography specification.",
|
"description": "An implementation of the Romulus-M cryptography specification.",
|
||||||
"main": "./dist/index.js",
|
"main": "index.js",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "index",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "ts-standard",
|
"lint": "ts-standard",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
"declaration": true
|
"declaration": true
|
||||||
},
|
},
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"./tests/**/*",
|
"tests",
|
||||||
"./dist/**/*"
|
"dist"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue