Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
appsforartists committed Nov 16, 2016
1 parent f0c2c0e commit 81c5d94
Show file tree
Hide file tree
Showing 6 changed files with 2,872 additions and 42 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Tells npm/yarn not to worry about .gitignore, which excludes dist. We want
# dist, so we have an empty .npmignore (to not exclude dist).
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.0.0
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"lerna": "2.0.0-beta.30",
"version": "0.0.0"
"version": "1.0.0"
}
35 changes: 0 additions & 35 deletions package.json

This file was deleted.

14 changes: 8 additions & 6 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"name": "material-motion-runtime",
"version": "0.0.0",
"version": "1.0.0",
"description": "The core architecture for Material Motion.",
"main": "dist/index.js",
"types": "src/index.ts",
"scripts": {
"build": "$(npm bin)/tsickle",
"test": "$(npm bin)/karma start"
"clean": "rm -rf dist",
"build": "$(npm bin)/tsc",
"test": "$(npm bin)/karma start",
"prepublish": "yarn run clean; yarn run build"
},
"dependencies": {},
"devDependencies": {
Expand All @@ -29,7 +31,7 @@
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:material-motion/material-motion-experiments-js.git"
"url": "git+ssh://git@github.com:material-motion/material-motion-js.git"
},
"keywords": [
"animation",
Expand All @@ -49,7 +51,7 @@
"author": "The Material Motion Authors (see AUTHORS)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/material-motion/material-motion-experiments-js/issues/"
"url": "https://github.com/material-motion/material-motion-js/issues/"
},
"homepage": "https://github.com/material-motion/material-motion-experiments-js/#readme"
"homepage": "https://github.com/material-motion/material-motion-js/tree/develop/packages/runtime/#readme"
}
Loading

0 comments on commit 81c5d94

Please sign in to comment.