Use index.js as main
This commit is contained in:
Родитель
31c5baed77
Коммит
807c903bb3
4
index.js
4
index.js
|
@ -1,3 +1 @@
|
|||
module.exports = {
|
||||
setupJest: require('./setupJest.js')
|
||||
}
|
||||
module.exports = require('./setupJest.js');
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "jest-preset-angular",
|
||||
"version": "0.0.3",
|
||||
"description": "Jest preset configuration for Angular projects",
|
||||
"main": "jest-preset.json",
|
||||
"main": "index.js",
|
||||
"repository": "git@github.com:thymikee/jest-preset-angular.git",
|
||||
"author": "Michał Pierzchała <thymikee@gmail.com>",
|
||||
"license": "BSD-3",
|
||||
|
|
Загрузка…
Ссылка в новой задаче