Skip to content

Commit

Permalink
fix(travis): updated package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Florescu committed Aug 16, 2019
1 parent 3b11067 commit a5af357
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "react-tree-grid-2",
"name": "react-tree-grid-flat",
"version": "0.0.0-development",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -16,7 +16,7 @@
"auto-types-copy": "node automation-scripts/automate-types-location.js",
"build": "cross-env NODE_ENV=production npm run clean-dist && npm run auto-temp-files && webpack && npm run auto-types-copy && npm run clean-temp",
"pre": "npm run build",
"travis-deploy-once": "travis-deploy-once",
"travis-deploy-once": "travis-deploy-once --pro",
"semantic-release": "npm run build && semantic-release && npm run deploy-storybook -- --ci",
"storybook": "start-storybook -p 9001 -c .storybook",
"deploy-storybook": "storybook-to-ghpages",
Expand Down

0 comments on commit a5af357

Please sign in to comment.