Skip to content
This repository has been archived by the owner on Feb 5, 2025. It is now read-only.

Commit

Permalink
Merge pull request #3 from patternfly/main-attribute
Browse files Browse the repository at this point in the history
removed main attribute in `package.json`
  • Loading branch information
dlabrecq authored Jul 29, 2016
2 parents 95788e7 + 776522b commit 04e4b0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules/
public/bower_components/
.idea
11 changes: 3 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@
"url": "https://github.com/jonmiles/bootstrap-treeview/blob/master/LICENSE"
}
],
"main": [
"dist/bootstrap-treeview.min.js",
"dist/bootstrap-treeview.min.css"
],
"scripts": {
"install": "bower install",
"start": "node app",
Expand All @@ -31,12 +27,11 @@
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"dependencies": {},
"devDependencies": {
"express": "3.4.x",
"ejs": "2.2.x",
"phantomjs": "1.9.x"
},
"devDependencies": {
"phantomjs": "1.9.x",
"bower": "1.3.x",
"grunt": "0.4.x",
"grunt-contrib-uglify": "0.7.x",
Expand Down

0 comments on commit 04e4b0c

Please sign in to comment.