Skip to content

Commit 1264a15

Browse files
committed
update example
1 parent c6e56a8 commit 1264a15

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

examples/get-started/package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "test1",
2+
"name": "@activewidgets/react-get-started",
33
"version": "1.0.0",
44
"description": "",
55
"keywords": [],
@@ -10,9 +10,6 @@
1010
"react-dom": "16.12.0",
1111
"react-scripts": "3.0.1"
1212
},
13-
"devDependencies": {
14-
"typescript": "3.3.3"
15-
},
1613
"scripts": {
1714
"start": "react-scripts start",
1815
"build": "react-scripts build",
@@ -24,5 +21,6 @@
2421
"not dead",
2522
"not ie <= 11",
2623
"not op_mini all"
27-
]
24+
],
25+
"private": true
2826
}

0 commit comments

Comments
 (0)