Skip to content

Commit ed240ec

Browse files
v0.0.1
1 parent 2a0509e commit ed240ec

File tree

5 files changed

+13
-2
lines changed

5 files changed

+13
-2
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "aureooms-js-string",
33
"main": "js/dist/string.js",
4-
"version": "0.0.0",
4+
"version": "0.0.1",
55
"ignore": [
66
"js/index.js",
77
"js/src",

js/dist/string.js

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
(function(exports, undefined){
2+
3+
'use strict';
4+
5+
6+
/* js/src/dummy.js */
7+
8+
})(typeof exports === 'undefined' ? this['string'] = {} : exports);

js/dist/string.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/dist/string.min.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"name": "aureooms-js-string",
2222
"main": "js/dist/string.js",
23-
"version": "0.0.0",
23+
"version": "0.0.1",
2424
"scripts": {
2525
"doc": "./node_modules/.bin/groc",
2626
"build": "./node_modules/.bin/aureooms-node-package-build",

0 commit comments

Comments
 (0)