mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-18 05:50:43 -07:00
feat: ownPropertyOnly option to protect prototype, #454
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@
|
||||
"types": "dist/liquid.d.ts",
|
||||
"scripts": {
|
||||
"lint": "eslint \"**/*.ts\" .",
|
||||
"check": "npm run build && npm test && npm run lint",
|
||||
"check": "npm run build && npm test && npm run lint && npm run perf:diff",
|
||||
"test": "nyc mocha \"test/**/*.ts\"",
|
||||
"test:e2e": "mocha \"test/e2e/**/*.ts\"",
|
||||
"perf": "cd benchmark && npm ci && npm start",
|
||||
|
||||
Reference in New Issue
Block a user