Added actor interpolation.
This commit is contained in:
12
package.json
12
package.json
@@ -16,5 +16,15 @@
|
||||
"adult"
|
||||
],
|
||||
"author": "DebaucheryLibrarian",
|
||||
"license": "ISC"
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.25.7",
|
||||
"@babel/core": "^7.25.8",
|
||||
"@babel/eslint-parser": "^7.25.8",
|
||||
"@babel/plugin-syntax-import-attributes": "^7.25.7",
|
||||
"@babel/plugin-transform-optional-chaining": "^7.25.8",
|
||||
"@babel/preset-env": "^7.25.8",
|
||||
"eslint": "^8.57.1",
|
||||
"eslint-config-airbnb-base": "^15.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user