Skip to content

Commit 26ff157

Browse files
v0.0.0
1 parent 9022329 commit 26ff157

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "1.0.0",
3+
"version": "0.0.0",
44
"scripts": {
55
"build": "lerna run build",
66
"lint": "lerna run lint",
@@ -9,7 +9,6 @@
99
"posttest": "codecov -f coverage/*.json",
1010
"ci": "lerna run lint-ci; yarn run build; yarn run test --single-run"
1111
},
12-
"lerna": "2.0.0",
1312
"workspaces": [
1413
"packages/*"
1514
],

packages/views-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"description": "DOM support for Material Motion",
55
"main": "dist/index.js",
6-
"types": "src/index.ts",
6+
"types": "dist/index.d.ts",
77
"typescript:main": "src/index.ts",
88
"scripts": {
99
"lint": "../../node_modules/.bin/tslint -c ../../tslint.json --project tsconfig.json --type-check",

0 commit comments

Comments
 (0)