feat(dist): push
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -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
34488
dist/ReactGraph.umd.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user