Skip to content

Commit a5c21a0

Browse files
committed
Merge pull request #241 from dstockwell/packagejson
Mark package.json private for now
2 parents b53b60f + 46003e7 commit a5c21a0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
2-
"name": "web-animations",
2+
"name": "web-animations-js",
3+
"private": true,
34
"repository": {
45
"type": "git",
5-
"url": "https://github.com/web-animations/web-animations-next.git"
6+
"url": "https://github.com/web-animations/web-animations-js.git"
67
},
78
"devDependencies": {
89
"mocha": "1.21.4",

0 commit comments

Comments
 (0)