Skip to content

Commit 60dc526

Browse files
authored
Remove deprecated type scoping flag from README
1 parent 60dcb8e commit 60dc526

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ $ npm install -D componentsjs-generator
5353
...
5454
"build": "npm run build:ts && npm run build:components",
5555
"build:ts": "tsc",
56-
"build:components": "componentsjs-generator --typeScopedContexts",
56+
"build:components": "componentsjs-generator",
5757
"prepare": "npm run build",
5858
...
5959
}

0 commit comments

Comments
 (0)