Skip to content

Commit a5af357

Browse files
author
Adrian Florescu
committed
fix(travis): updated package name
1 parent 3b11067 commit a5af357

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "react-tree-grid-2",
2+
"name": "react-tree-grid-flat",
33
"version": "0.0.0-development",
44
"main": "dist/index.js",
55
"typings": "dist/index.d.ts",
@@ -16,7 +16,7 @@
1616
"auto-types-copy": "node automation-scripts/automate-types-location.js",
1717
"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",
1818
"pre": "npm run build",
19-
"travis-deploy-once": "travis-deploy-once",
19+
"travis-deploy-once": "travis-deploy-once --pro",
2020
"semantic-release": "npm run build && semantic-release && npm run deploy-storybook -- --ci",
2121
"storybook": "start-storybook -p 9001 -c .storybook",
2222
"deploy-storybook": "storybook-to-ghpages",

0 commit comments

Comments
 (0)