Skip to content
This repository was archived by the owner on Sep 20, 2019. It is now read-only.

Commit f76548d

Browse files
committed
[ci skip] Rename npm package to @webcomponents/webcomponentsjs
1 parent 2cefe20 commit f76548d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "webcomponents.js",
2+
"name": "@webcomponents/webcomponentsjs",
33
"version": "1.0.0-rc.11",
44
"description": "Web Components Polyfills",
55
"main": "webcomponents-lite.js",
@@ -48,5 +48,8 @@
4848
"vinyl-buffer": "^1.0.0",
4949
"vinyl-source-stream": "^1.1.0",
5050
"web-component-tester": "^6.0.0-prerelease.5"
51+
},
52+
"publishConfig": {
53+
"access": "public"
5154
}
5255
}

0 commit comments

Comments
 (0)