Skip to content

Commit

Permalink
update name
Browse files Browse the repository at this point in the history
  • Loading branch information
kimorkim committed Sep 14, 2016
1 parent fe1ef2c commit 77da1e3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sudokuMaker",
"name": "sudoku_maker",
"description": "sudokuMaker",
"main": "./dist/SudoKuMaker.min.js",
"main": "./dist/SudoKuMaker.js",
"authors": [
"kimorkim"
],
Expand Down
4 changes: 2 additions & 2 deletions dist/SudokuMaker.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
else if(typeof define === 'function' && define.amd)
define([], factory);
else if(typeof exports === 'object')
exports["SudokuMaker"] = factory();
exports["sudokuMaker"] = factory();
else
root["SudokuMaker"] = factory();
root["sudokuMaker"] = factory();
})(this, function() {
return /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
Expand Down
2 changes: 1 addition & 1 deletion dist/SudokuMaker.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sudokuMaker",
"version": "v1.0.6",
"description": "sudokuMaker",
"main": "./dist/SudoKuMaker.min.js",
"main": "./dist/sudoKuMaker.min.js",
"directories": {
"example": "example"
},
Expand Down

0 comments on commit 77da1e3

Please sign in to comment.