Skip to content

Commit db051c9

Browse files
committed
Remove private flag.
1 parent 3888534 commit db051c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "thenativeweb-ux",
33
"version": "0.0.0",
4-
"description": "thenativeweb-ux provides UI components for the native web applications applications.",
4+
"description": "thenativeweb-ux provides UI components for the native web applications.",
55
"contributors": [
66
{
77
"name": "Golo Roden",
@@ -13,7 +13,6 @@
1313
}
1414
],
1515
"main": "src/index.js",
16-
"private": true,
1716
"scripts": {
1817
"serve": "webpack-dev-server --env test-app",
1918
"styleguide": "styleguidist server",

0 commit comments

Comments
 (0)