Skip to content

Commit

Permalink
fix(project): change project name
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderrudnik committed Aug 2, 2017
1 parent c80e076 commit b0a4284
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,9 +1,9 @@
{
"name": "vuejs-admin",
"name": "vuestic-admin",
"version": "1.0.0",
"description": "Vue.js admin template",
"author": "smartapant <[email protected]>",
"private": true,
"private": false,
"scripts": {
"dev": "node build/dev-server.js",
"build": "node build/build.js",
Expand Down

0 comments on commit b0a4284

Please sign in to comment.