Skip to content

Commit

Permalink
Revert "Revert "Use 'release-script' package for release process""
Browse files Browse the repository at this point in the history
This reverts commit 3bdb892.
  • Loading branch information
Jimmy Jia committed Jul 12, 2015
1 parent 96223eb commit ab9c019
Show file tree
Hide file tree
Showing 18 changed files with 116 additions and 847 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules/
lib/
amd/
karma.conf.js
37 changes: 6 additions & 31 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,32 +1,7 @@
# Created by http://www.gitignore.io

### Node ###
# Logs
logs
*.log

# Runtime data
pids
*.pid
*.seed

# JSX
.module-cache

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directory
# Commenting this out is preferred by some people, see
# https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
*~
.DS_Store
npm-debug.log*
node_modules
bower_components

# Users Environment Variables
.lock-wscript
amd
lib
tmp-bower-repo
32 changes: 0 additions & 32 deletions bower.json

This file was deleted.

25 changes: 25 additions & 0 deletions bower.template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "<%= pkg.name %>",
"version": "<%= pkg.version %>",
"homepage": "<%= pkg.homepage %>",
"author": <%= JSON.stringify(pkg.author) %>,
"license": "<%= pkg.license %>",
"main": "lib/ReactRouterBootstrap.js",
"bugs": <%= JSON.stringify(pkg.bugs) %>,
"keywords": [
<%= _.map(pkg.keywords, function(keyword) { return '"' + keyword + '"' }).join(',')%>
],
"dependencies": <%= JSON.stringify(pkg.peerDependencies) %>,
"ignore": [
"**/.*",
"tests",
"src",
"CONTRIBUTING.md",
"karma.conf.js",
"package.json",
"webpack",
"scripts",
"webpack.config.babel.js",
"webpack.test.config.babel.js"
]
}
38 changes: 0 additions & 38 deletions lib/ButtonLink.js

This file was deleted.

96 changes: 0 additions & 96 deletions lib/LinkMixin.js

This file was deleted.

38 changes: 0 additions & 38 deletions lib/ListGroupItemLink.js

This file was deleted.

41 changes: 0 additions & 41 deletions lib/MenuItemLink.js

This file was deleted.

38 changes: 0 additions & 38 deletions lib/NavItemLink.js

This file was deleted.

Loading

0 comments on commit ab9c019

Please sign in to comment.