Move manifest.json
This commit is contained in:
parent
2407ddbcfb
commit
81f2fb5aa9
|
@ -16,8 +16,7 @@
|
|||
},
|
||||
"files": [
|
||||
"dist",
|
||||
"src",
|
||||
"manifest.json"
|
||||
"src"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "rollup -c",
|
||||
|
|
|
@ -22,7 +22,7 @@ const COLLECTIONS = [
|
|||
"object",
|
||||
"uuid",
|
||||
]
|
||||
const FILENAME = join(__dirname, "..", "manifest.json")
|
||||
const FILENAME = join(__dirname, "..", "src", "manifest.json")
|
||||
const outputJSON = {}
|
||||
const ADDED_HELPERS = {
|
||||
date: {
|
||||
|
|
|
@ -14,7 +14,7 @@ import { convertHBSBlock } from "./conversion"
|
|||
import { setJSRunner, removeJSRunner } from "./helpers/javascript"
|
||||
import { helpersToRemoveForJs } from "./helpers/list"
|
||||
|
||||
import manifest from "../manifest.json"
|
||||
import manifest from "./manifest.json"
|
||||
import { ProcessOptions } from "./types"
|
||||
|
||||
export { setJSRunner, setOnErrorLog } from "./helpers/javascript"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"include": ["src/**/*"],
|
||||
"compilerOptions": {
|
||||
"rootDir": ".",
|
||||
"declaration": true,
|
||||
"target": "es6",
|
||||
"moduleResolution": "node",
|
||||
"lib": ["dom"],
|
||||
|
|
Loading…
Reference in New Issue