feat(dist): push

This commit is contained in:
moklick
2019-07-15 17:06:24 +02:00
parent 55b262fecc
commit c79423e01b
3 changed files with 34489 additions and 4 deletions

1
.gitignore vendored
View File

@@ -1,5 +1,4 @@
.DS_Store .DS_Store
node_modules node_modules
dist
example/build example/build
.cache .cache

34488
dist/ReactGraph.umd.js vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -35,9 +35,7 @@
"scripts": { "scripts": {
"build": "rollup -c", "build": "rollup -c",
"watch": "rollup -w -c", "watch": "rollup -w -c",
"dev": "parcel example/index.html -d example/build", "dev": "parcel example/index.html -d example/build"
"prepublish": "npm run build",
"postinstall": "npm run build"
}, },
"files": [ "files": [
"dist" "dist"