Skip to content

Commit b854d65

Browse files
committed
remove source
1 parent d7317f3 commit b854d65

File tree

54 files changed

+3
-12050
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+3
-12050
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,4 @@ crashlytics-build.properties
8383

8484

8585
/lib
86+
/source/

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"scripts": {
1717
"build": "gulp",
1818
"update-refs": "git submodule foreach git pull",
19-
"test": "mocha"
19+
"test": "npm run build && mocha",
20+
"prepublish": "npm run build"
2021
},
2122
"keywords": [
2223
"textlint",

source/Introduction-to-Add-on-Development-in-Blender/chapter_01/01_What_is_Blender_What_is_Add-on.md

Lines changed: 0 additions & 87 deletions
This file was deleted.

0 commit comments

Comments
 (0)